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