Struct WEEKLY
#[repr(C)]pub struct WEEKLY {
pub WeeksInterval: u16,
pub rgfDaysOfTheWeek: u16,
}
Fields§
§WeeksInterval: u16
§rgfDaysOfTheWeek: u16
Trait Implementations§
impl Copy for WEEKLY
impl StructuralPartialEq for WEEKLY
Auto Trait Implementations§
impl Freeze for WEEKLY
impl RefUnwindSafe for WEEKLY
impl Send for WEEKLY
impl Sync for WEEKLY
impl Unpin for WEEKLY
impl UnwindSafe for WEEKLY
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