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