#[repr(transparent)]pub struct AlmDays(pub u16);Expand description
Days Alarm
Tuple Fields§
§0: u16Implementations§
Trait Implementations§
impl Copy for AlmDays
impl Eq for AlmDays
impl StructuralPartialEq for AlmDays
Auto Trait Implementations§
impl Freeze for AlmDays
impl RefUnwindSafe for AlmDays
impl Send for AlmDays
impl Sync for AlmDays
impl Unpin for AlmDays
impl UnwindSafe for AlmDays
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