#[repr(u8)]pub enum Lcmd {
SEARCH_RW = 0,
INVALIDATE = 1,
PUSH = 2,
CLEAR = 3,
}Variants§
Implementations§
Trait Implementations§
Source§impl Ord for Lcmd
impl Ord for Lcmd
Source§impl PartialOrd for Lcmd
impl PartialOrd for Lcmd
impl Copy for Lcmd
impl Eq for Lcmd
impl StructuralPartialEq for Lcmd
Auto Trait Implementations§
impl Freeze for Lcmd
impl RefUnwindSafe for Lcmd
impl Send for Lcmd
impl Sync for Lcmd
impl Unpin for Lcmd
impl UnwindSafe for Lcmd
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