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