#[repr(u8)]pub enum Tpd1 {
INPUT = 0,
OUTPUT = 1,
}Variants§
INPUT = 0
Input
OUTPUT = 1
Output and drives the inverse of the expected value (tamper pin is asserted)
Implementations§
Trait Implementations§
Source§impl Ord for Tpd1
impl Ord for Tpd1
Source§impl PartialOrd for Tpd1
impl PartialOrd for Tpd1
impl Copy for Tpd1
impl Eq for Tpd1
impl StructuralPartialEq for Tpd1
Auto Trait Implementations§
impl Freeze for Tpd1
impl RefUnwindSafe for Tpd1
impl Send for Tpd1
impl Sync for Tpd1
impl Unpin for Tpd1
impl UnwindSafe for Tpd1
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