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