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