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