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