pub struct PINT { /* private fields */ }
Expand description
Pin Interrupts and Pattern Match
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PINT
impl RefUnwindSafe for PINT
impl !Sync for PINT
impl Unpin for PINT
impl UnwindSafe for PINT
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