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