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