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