Enum Etamper
pub enum Etamper {
_0 = 0,
_1 = 1,
}Expand description
Existence of SRS[TAMPER] status indication feature
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Etamper
impl Eq for Etamper
impl StructuralPartialEq for Etamper
Auto Trait Implementations§
impl Freeze for Etamper
impl RefUnwindSafe for Etamper
impl Send for Etamper
impl Sync for Etamper
impl Unpin for Etamper
impl UnwindSafe for Etamper
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