pub enum TAMP {
NotInterrupted = 0,
Interrupted = 1,
}
Expand description
TAMP
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for TAMP
impl Eq for TAMP
impl StructuralPartialEq 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