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