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