Enum Vld
pub enum Vld {
_0 = 0,
_1 = 1,
}Expand description
VLD
Value on reset: 0
Variants§
_0 = 0
0: No ERR bits are set.
_1 = 1
1: At least one ERR bit is set indicating a valid error exists that has not been cleared.
Trait Implementations§
impl Copy for Vld
impl Eq for Vld
impl StructuralPartialEq for Vld
Auto Trait Implementations§
impl Freeze for Vld
impl RefUnwindSafe for Vld
impl Send for Vld
impl Sync for Vld
impl Unpin for Vld
impl UnwindSafe for Vld
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