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