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