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