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