Struct Ippstat
#[repr(transparent)]pub struct Ippstat(pub u8);
Tuple Fields§
§0: u8
Implementations§
§impl Ippstat
impl Ippstat
pub const OUTPUT1ACTIVE: Self
pub const OUTPUT1ACTIVE: Self
Protection occurred when the output 1 was active and output 2 forced inactive
pub const OUTPUT2ACTIVE: Self
pub const OUTPUT2ACTIVE: Self
Protection occurred when the output 2 was active and output 1 forced inactive
Trait Implementations§
§impl Ord for Ippstat
impl Ord for Ippstat
§impl PartialOrd for Ippstat
impl PartialOrd for Ippstat
impl Copy for Ippstat
impl Eq 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 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