Enum Ippstat
#[repr(u8)]pub enum Ippstat {
Output1active = 0,
Output2active = 1,
}Variants§
Output1active = 0
Protection occurred when the output 1 was active and output 2 forced inactive
Output2active = 1
Protection occurred when the output 2 was active and output 1 forced inactive
Implementations§
Trait Implementations§
impl Copy for Ippstat
impl Eq for Ippstat
§impl Ord for Ippstat
impl Ord for Ippstat
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Ippstat
impl PartialOrd for Ippstat
impl StructuralPartialEq for Ippstat
Auto Trait Implementations§
impl Freeze for Ippstat
impl RefUnwindSafe for Ippstat
impl Send for Ippstat
impl Sync for Ippstat
impl Unpin for Ippstat
impl UnsafeUnpin for Ippstat
impl UnwindSafe for Ippstat
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