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