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