#[repr(u8)]pub enum LptgfcrSl {
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 LptgfcrSl
impl Ord for LptgfcrSl
Source§impl PartialOrd for LptgfcrSl
impl PartialOrd for LptgfcrSl
impl Copy for LptgfcrSl
impl Eq for LptgfcrSl
impl StructuralPartialEq for LptgfcrSl
Auto Trait Implementations§
impl Freeze for LptgfcrSl
impl RefUnwindSafe for LptgfcrSl
impl Send for LptgfcrSl
impl Sync for LptgfcrSl
impl Unpin for LptgfcrSl
impl UnwindSafe for LptgfcrSl
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