#[repr(u8)]pub enum ConflictChkEn {
CONFLICT_CHK_EN_A = 0,
CONFLICT_CHK_EN_B = 1,
}Variants§
Implementations§
Source§impl ConflictChkEn
impl ConflictChkEn
Trait Implementations§
Source§impl Clone for ConflictChkEn
impl Clone for ConflictChkEn
Source§fn clone(&self) -> ConflictChkEn
fn clone(&self) -> ConflictChkEn
Returns a duplicate 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 ConflictChkEn
impl Debug for ConflictChkEn
Source§impl From<ConflictChkEn> for u8
impl From<ConflictChkEn> for u8
Source§fn from(val: ConflictChkEn) -> u8
fn from(val: ConflictChkEn) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ConflictChkEn
impl From<u8> for ConflictChkEn
Source§fn from(val: u8) -> ConflictChkEn
fn from(val: u8) -> ConflictChkEn
Converts to this type from the input type.
Source§impl Ord for ConflictChkEn
impl Ord for ConflictChkEn
Source§fn cmp(&self, other: &ConflictChkEn) -> Ordering
fn cmp(&self, other: &ConflictChkEn) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ConflictChkEn
impl PartialEq for ConflictChkEn
Source§impl PartialOrd for ConflictChkEn
impl PartialOrd for ConflictChkEn
impl Copy for ConflictChkEn
impl Eq for ConflictChkEn
impl StructuralPartialEq for ConflictChkEn
Auto Trait Implementations§
impl Freeze for ConflictChkEn
impl RefUnwindSafe for ConflictChkEn
impl Send for ConflictChkEn
impl Sync for ConflictChkEn
impl Unpin for ConflictChkEn
impl UnwindSafe for ConflictChkEn
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