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