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