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