#[repr(transparent)]pub struct SubsecondCnt(pub u32);Expand description
Subsecond Counter
Tuple Fields§
§0: u32Implementations§
Source§impl SubsecondCnt
impl SubsecondCnt
Sourcepub const fn subsecond_cnt(&self) -> u16
pub const fn subsecond_cnt(&self) -> u16
Current Subsecond Counter Value
Sourcepub const fn set_subsecond_cnt(&mut self, val: u16)
pub const fn set_subsecond_cnt(&mut self, val: u16)
Current Subsecond Counter Value
Trait Implementations§
Source§impl Clone for SubsecondCnt
impl Clone for SubsecondCnt
Source§fn clone(&self) -> SubsecondCnt
fn clone(&self) -> SubsecondCnt
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 SubsecondCnt
impl Debug for SubsecondCnt
Source§impl Default for SubsecondCnt
impl Default for SubsecondCnt
Source§fn default() -> SubsecondCnt
fn default() -> SubsecondCnt
Returns the “default value” for a type. Read more
Source§impl PartialEq for SubsecondCnt
impl PartialEq for SubsecondCnt
impl Copy for SubsecondCnt
impl Eq for SubsecondCnt
impl StructuralPartialEq for SubsecondCnt
Auto Trait Implementations§
impl Freeze for SubsecondCnt
impl RefUnwindSafe for SubsecondCnt
impl Send for SubsecondCnt
impl Sync for SubsecondCnt
impl Unpin for SubsecondCnt
impl UnwindSafe for SubsecondCnt
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