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