#[repr(transparent)]pub struct RtcTest2(pub u16);Expand description
Sub Second Counter
Tuple Fields§
§0: u16Implementations§
Source§impl RtcTest2
impl RtcTest2
Sourcepub const fn sub_second_count(&self) -> u16
pub const fn sub_second_count(&self) -> u16
Sub Second Counter Value
Sourcepub const fn set_sub_second_count(&mut self, val: u16)
pub const fn set_sub_second_count(&mut self, val: u16)
Sub Second Counter Value
Trait Implementations§
impl Copy for RtcTest2
impl Eq for RtcTest2
impl StructuralPartialEq for RtcTest2
Auto Trait Implementations§
impl Freeze for RtcTest2
impl RefUnwindSafe for RtcTest2
impl Send for RtcTest2
impl Sync for RtcTest2
impl Unpin for RtcTest2
impl UnwindSafe for RtcTest2
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