#[repr(u8)]pub enum Sv5Cfg {
DISABLED = 0,
NON_FATAL = 1,
FATAL = 2,
_RESERVED_3 = 3,
}Variants§
DISABLED = 0
Security Violation 5 is disabled
NON_FATAL = 1
Security Violation 5 is a non-fatal violation
FATAL = 2
Security Violation 5 is a fatal violation
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Ord for Sv5Cfg
impl Ord for Sv5Cfg
Source§impl PartialOrd for Sv5Cfg
impl PartialOrd for Sv5Cfg
impl Copy for Sv5Cfg
impl Eq for Sv5Cfg
impl StructuralPartialEq for Sv5Cfg
Auto Trait Implementations§
impl Freeze for Sv5Cfg
impl RefUnwindSafe for Sv5Cfg
impl Send for Sv5Cfg
impl Sync for Sv5Cfg
impl Unpin for Sv5Cfg
impl UnwindSafe for Sv5Cfg
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