#[repr(u8)]pub enum LpsecrSl {
WRITE_ACCESS_ALLOWED = 0,
WRITE_ACCESS_NOT_ALLOWED = 1,
}Variants§
WRITE_ACCESS_ALLOWED = 0
Write access is allowed
WRITE_ACCESS_NOT_ALLOWED = 1
Write access is not allowed
Implementations§
Trait Implementations§
Source§impl Ord for LpsecrSl
impl Ord for LpsecrSl
Source§impl PartialOrd for LpsecrSl
impl PartialOrd for LpsecrSl
impl Copy for LpsecrSl
impl Eq for LpsecrSl
impl StructuralPartialEq for LpsecrSl
Auto Trait Implementations§
impl Freeze for LpsecrSl
impl RefUnwindSafe for LpsecrSl
impl Send for LpsecrSl
impl Sync for LpsecrSl
impl Unpin for LpsecrSl
impl UnwindSafe for LpsecrSl
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