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