#[repr(u8)]pub enum Tpex {
ZERO = 0,
VAL_TAMP0 = 1,
VAL_TAMP1 = 2,
TAMP0_XOR_TAMP1 = 3,
}Variants§
ZERO = 0
Zero/passive tamper
VAL_TAMP0 = 1
Active Tamper 0 output
VAL_TAMP1 = 2
Active Tamper 1 output
TAMP0_XOR_TAMP1 = 3
Active Tamper 0 output XORed with Active Tamper 1 output
Implementations§
Trait Implementations§
Source§impl Ord for Tpex
impl Ord for Tpex
Source§impl PartialOrd for Tpex
impl PartialOrd for Tpex
impl Copy for Tpex
impl Eq for Tpex
impl StructuralPartialEq for Tpex
Auto Trait Implementations§
impl Freeze for Tpex
impl RefUnwindSafe for Tpex
impl Send for Tpex
impl Sync for Tpex
impl Unpin for Tpex
impl UnwindSafe for Tpex
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