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