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