#[repr(u8)]pub enum ChkContact {
BC_DCD_DISABLE = 0,
BC_DCD_ENABLE = 1,
}Variants§
Implementations§
Source§impl ChkContact
impl ChkContact
Trait Implementations§
Source§impl Clone for ChkContact
impl Clone for ChkContact
Source§fn clone(&self) -> ChkContact
fn clone(&self) -> ChkContact
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 ChkContact
impl Debug for ChkContact
Source§impl From<ChkContact> for u8
impl From<ChkContact> for u8
Source§fn from(val: ChkContact) -> u8
fn from(val: ChkContact) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ChkContact
impl From<u8> for ChkContact
Source§fn from(val: u8) -> ChkContact
fn from(val: u8) -> ChkContact
Converts to this type from the input type.
Source§impl Ord for ChkContact
impl Ord for ChkContact
Source§fn cmp(&self, other: &ChkContact) -> Ordering
fn cmp(&self, other: &ChkContact) -> 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 ChkContact
impl PartialEq for ChkContact
Source§impl PartialOrd for ChkContact
impl PartialOrd for ChkContact
impl Copy for ChkContact
impl Eq for ChkContact
impl StructuralPartialEq for ChkContact
Auto Trait Implementations§
impl Freeze for ChkContact
impl RefUnwindSafe for ChkContact
impl Send for ChkContact
impl Sync for ChkContact
impl Unpin for ChkContact
impl UnwindSafe for ChkContact
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