Enum Lcmd
#[repr(u8)]pub enum Lcmd {
_00 = 0,
_01 = 1,
_10 = 2,
_11 = 3,
}Expand description
Line Command
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Lcmd
impl Eq for Lcmd
impl IsEnum 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