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