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