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