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