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