#[repr(u8)]pub enum Etgf1En {
BYPASSED = 0,
ENABLED = 1,
}Variants§
BYPASSED = 0
External tamper glitch filter 1 is bypassed.
ENABLED = 1
External tamper glitch filter 1 is enabled.
Implementations§
Trait Implementations§
Source§impl Ord for Etgf1En
impl Ord for Etgf1En
Source§impl PartialOrd for Etgf1En
impl PartialOrd for Etgf1En
impl Copy for Etgf1En
impl Eq for Etgf1En
impl StructuralPartialEq for Etgf1En
Auto Trait Implementations§
impl Freeze for Etgf1En
impl RefUnwindSafe for Etgf1En
impl Send for Etgf1En
impl Sync for Etgf1En
impl Unpin for Etgf1En
impl UnwindSafe for Etgf1En
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