#[repr(u8)]pub enum ConformityLevel {
Basic = 129,
Regular = 130,
Extended = 131,
}Expand description
Conformity level reported in an FC 0x2B / MEI 0x0E response.
Variants§
Trait Implementations§
Source§impl Clone for ConformityLevel
impl Clone for ConformityLevel
Source§fn clone(&self) -> ConformityLevel
fn clone(&self) -> ConformityLevel
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 ConformityLevel
impl Debug for ConformityLevel
Source§impl PartialEq for ConformityLevel
impl PartialEq for ConformityLevel
Source§fn eq(&self, other: &ConformityLevel) -> bool
fn eq(&self, other: &ConformityLevel) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for ConformityLevel
impl Eq for ConformityLevel
impl StructuralPartialEq for ConformityLevel
Auto Trait Implementations§
impl Freeze for ConformityLevel
impl RefUnwindSafe for ConformityLevel
impl Send for ConformityLevel
impl Sync for ConformityLevel
impl Unpin for ConformityLevel
impl UnsafeUnpin for ConformityLevel
impl UnwindSafe for ConformityLevel
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