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