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