#[repr(u8)]pub enum ZmkRhl {
READ_ACCESS_ALLOWED = 0,
READ_ACCESS_NOT_ALLOWED = 1,
}Variants§
READ_ACCESS_ALLOWED = 0
Read access is allowed (only in software programming mode).
READ_ACCESS_NOT_ALLOWED = 1
Read access is not allowed.
Implementations§
Trait Implementations§
Source§impl Ord for ZmkRhl
impl Ord for ZmkRhl
Source§impl PartialOrd for ZmkRhl
impl PartialOrd for ZmkRhl
impl Copy for ZmkRhl
impl Eq for ZmkRhl
impl StructuralPartialEq for ZmkRhl
Auto Trait Implementations§
impl Freeze for ZmkRhl
impl RefUnwindSafe for ZmkRhl
impl Send for ZmkRhl
impl Sync for ZmkRhl
impl Unpin for ZmkRhl
impl UnwindSafe for ZmkRhl
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