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