Enum Evlls0
pub enum Evlls0 {
_0 = 0,
_1 = 1,
}Expand description
Existence of VLLS0 feature
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for Evlls0
impl Eq for Evlls0
impl StructuralPartialEq for Evlls0
Auto Trait Implementations§
impl Freeze for Evlls0
impl RefUnwindSafe for Evlls0
impl Send for Evlls0
impl Sync for Evlls0
impl Unpin for Evlls0
impl UnwindSafe for Evlls0
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