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