#[repr(transparent)]pub struct Tar(pub u32);Expand description
RTC Time Alarm
Tuple Fields§
§0: u32Implementations§
Trait Implementations§
impl Copy for Tar
impl Eq for Tar
impl StructuralPartialEq for Tar
Auto Trait Implementations§
impl Freeze for Tar
impl RefUnwindSafe for Tar
impl Send for Tar
impl Sync for Tar
impl Unpin for Tar
impl UnwindSafe for Tar
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