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