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