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