Struct MONTHLYDOW
#[repr(C)]pub struct MONTHLYDOW {
pub wWhichWeek: u16,
pub rgfDaysOfTheWeek: u16,
pub rgfMonths: u16,
}Fields§
§wWhichWeek: u16§rgfDaysOfTheWeek: u16§rgfMonths: u16Trait Implementations§
§impl Clone for MONTHLYDOW
impl Clone for MONTHLYDOW
§fn clone(&self) -> MONTHLYDOW
fn clone(&self) -> MONTHLYDOW
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MONTHLYDOW
impl Debug for MONTHLYDOW
§impl Default for MONTHLYDOW
impl Default for MONTHLYDOW
§fn default() -> MONTHLYDOW
fn default() -> MONTHLYDOW
Returns the “default value” for a type. Read more
§impl PartialEq for MONTHLYDOW
impl PartialEq for MONTHLYDOW
impl Copy for MONTHLYDOW
impl StructuralPartialEq for MONTHLYDOW
Auto Trait Implementations§
impl Freeze for MONTHLYDOW
impl RefUnwindSafe for MONTHLYDOW
impl Send for MONTHLYDOW
impl Sync for MONTHLYDOW
impl Unpin for MONTHLYDOW
impl UnwindSafe for MONTHLYDOW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more