#[repr(u8)]pub enum Tpd3 {
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 Tpd3
impl Ord for Tpd3
Source§impl PartialOrd for Tpd3
impl PartialOrd for Tpd3
impl Copy for Tpd3
impl Eq for Tpd3
impl StructuralPartialEq for Tpd3
Auto Trait Implementations§
impl Freeze for Tpd3
impl RefUnwindSafe for Tpd3
impl Send for Tpd3
impl Sync for Tpd3
impl Unpin for Tpd3
impl UnwindSafe for Tpd3
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