#[repr(transparent)]pub struct CntdwnTimer(pub u16);Expand description
Minutes Count Down Timer.
Tuple Fields§
§0: u16Implementations§
Source§impl CntdwnTimer
impl CntdwnTimer
Sourcepub const fn count_down_timer(&self) -> u8
pub const fn count_down_timer(&self) -> u8
Count Down Timer Value.
Sourcepub const fn set_count_down_timer(&mut self, val: u8)
pub const fn set_count_down_timer(&mut self, val: u8)
Count Down Timer Value.
Trait Implementations§
Source§impl Clone for CntdwnTimer
impl Clone for CntdwnTimer
Source§fn clone(&self) -> CntdwnTimer
fn clone(&self) -> CntdwnTimer
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 CntdwnTimer
impl Debug for CntdwnTimer
Source§impl Default for CntdwnTimer
impl Default for CntdwnTimer
Source§fn default() -> CntdwnTimer
fn default() -> CntdwnTimer
Returns the “default value” for a type. Read more
Source§impl PartialEq for CntdwnTimer
impl PartialEq for CntdwnTimer
impl Copy for CntdwnTimer
impl Eq for CntdwnTimer
impl StructuralPartialEq for CntdwnTimer
Auto Trait Implementations§
impl Freeze for CntdwnTimer
impl RefUnwindSafe for CntdwnTimer
impl Send for CntdwnTimer
impl Sync for CntdwnTimer
impl Unpin for CntdwnTimer
impl UnwindSafe for CntdwnTimer
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