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