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