#[repr(transparent)]pub struct AlmYearmon(pub u16);Expand description
Year and Months Alarm
Tuple Fields§
§0: u16Implementations§
Source§impl AlmYearmon
impl AlmYearmon
Trait Implementations§
Source§impl Clone for AlmYearmon
impl Clone for AlmYearmon
Source§fn clone(&self) -> AlmYearmon
fn clone(&self) -> AlmYearmon
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 moreSource§impl Debug for AlmYearmon
impl Debug for AlmYearmon
Source§impl Default for AlmYearmon
impl Default for AlmYearmon
Source§fn default() -> AlmYearmon
fn default() -> AlmYearmon
Returns the “default value” for a type. Read more
Source§impl PartialEq for AlmYearmon
impl PartialEq for AlmYearmon
impl Copy for AlmYearmon
impl Eq for AlmYearmon
impl StructuralPartialEq for AlmYearmon
Auto Trait Implementations§
impl Freeze for AlmYearmon
impl RefUnwindSafe for AlmYearmon
impl Send for AlmYearmon
impl Sync for AlmYearmon
impl Unpin for AlmYearmon
impl UnwindSafe for AlmYearmon
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