#[repr(u8)]pub enum Vld {
NO_FIELD_SET_ONE = 0,
ATLEAST_ONE_FIELD = 1,
}Variants§
NO_FIELD_SET_ONE = 0
No CHn_ES[ERR] fields are set to 1
ATLEAST_ONE_FIELD = 1
At least one CHn_ES[ERR] field is set to 1, indicating a valid error exists that software has not cleared
Implementations§
Trait Implementations§
Source§impl Ord for Vld
impl Ord for Vld
Source§impl PartialOrd for Vld
impl PartialOrd for Vld
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