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