pub struct PanicButton<'a, IP: InterruptPin<'a>> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, IP> Freeze for PanicButton<'a, IP>
impl<'a, IP> RefUnwindSafe for PanicButton<'a, IP>where
IP: RefUnwindSafe,
impl<'a, IP> Send for PanicButton<'a, IP>where
IP: Sync,
impl<'a, IP> Sync for PanicButton<'a, IP>where
IP: Sync,
impl<'a, IP> Unpin for PanicButton<'a, IP>
impl<'a, IP> UnsafeUnpin for PanicButton<'a, IP>
impl<'a, IP> UnwindSafe for PanicButton<'a, IP>where
IP: RefUnwindSafe,
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