pub enum FIELDPRESENT_A {
NO_FIELD = 0,
FIELD_PRESENT = 1,
}
Expand description
Indicates if a valid field is present. Available only in the activated state.
Value on reset: 0
Variants§
Trait Implementations§
Source§impl Clone for FIELDPRESENT_A
impl Clone for FIELDPRESENT_A
Source§fn clone(&self) -> FIELDPRESENT_A
fn clone(&self) -> FIELDPRESENT_A
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for FIELDPRESENT_A
impl Debug for FIELDPRESENT_A
Source§impl From<FIELDPRESENT_A> for bool
impl From<FIELDPRESENT_A> for bool
Source§fn from(variant: FIELDPRESENT_A) -> Self
fn from(variant: FIELDPRESENT_A) -> Self
Converts to this type from the input type.
Source§impl PartialEq for FIELDPRESENT_A
impl PartialEq for FIELDPRESENT_A
impl Copy for FIELDPRESENT_A
impl StructuralPartialEq for FIELDPRESENT_A
Auto Trait Implementations§
impl Freeze for FIELDPRESENT_A
impl RefUnwindSafe for FIELDPRESENT_A
impl Send for FIELDPRESENT_A
impl Sync for FIELDPRESENT_A
impl Unpin for FIELDPRESENT_A
impl UnwindSafe for FIELDPRESENT_A
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