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