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