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