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