Struct TAMP
pub struct TAMP { /* private fields */ }
Expand description
TAMP peripheral
Implementations§
Trait Implementations§
source§impl Peripheral for TAMP
impl Peripheral for TAMP
Auto Trait Implementations§
impl Freeze for TAMP
impl RefUnwindSafe for TAMP
impl Send for TAMP
impl Sync for TAMP
impl Unpin for TAMP
impl UnwindSafe for TAMP
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