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