#[repr(u8)]pub enum Pol7 {
ActiveHigh = 0,
ActiveLow = 1,
}Variants§
ActiveHigh = 0
Tamper detect input bit 7 is active high.
ActiveLow = 1
Tamper detect input bit 7 is active low.
Implementations§
Trait Implementations§
Source§impl Ord for Pol7
impl Ord for Pol7
Source§impl PartialOrd for Pol7
impl PartialOrd for Pol7
impl Copy for Pol7
impl Eq for Pol7
impl StructuralPartialEq for Pol7
Auto Trait Implementations§
impl Freeze for Pol7
impl RefUnwindSafe for Pol7
impl Send for Pol7
impl Sync for Pol7
impl Unpin for Pol7
impl UnwindSafe for Pol7
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