pub struct ExternalTamperPin<'d> { /* private fields */ }Expand description
A GPIO pin bound to an external tamper channel.
Dropping this disables the channel (and its interrupt), releasing the pin.
Trait Implementations§
Auto Trait Implementations§
impl<'d> Freeze for ExternalTamperPin<'d>
impl<'d> RefUnwindSafe for ExternalTamperPin<'d>
impl<'d> Send for ExternalTamperPin<'d>
impl<'d> Sync for ExternalTamperPin<'d>
impl<'d> Unpin for ExternalTamperPin<'d>
impl<'d> !UnwindSafe for ExternalTamperPin<'d>
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