#[repr(u8)]pub enum Bfcrt232Pt3Cc {
PT3_CC_0 = 0,
PT3_CC_1 = 1,
PT3_CC_2 = 2,
PT3_CC_3 = 3,
}Variants§
PT3_CC_0 = 0
Force the C input in this product term to a logical zero
PT3_CC_1 = 1
Pass the C input in this product term
PT3_CC_2 = 2
Complement the C input in this product term
PT3_CC_3 = 3
Force the C input in this product term to a logical one
Implementations§
Source§impl Bfcrt232Pt3Cc
impl Bfcrt232Pt3Cc
Trait Implementations§
Source§impl Clone for Bfcrt232Pt3Cc
impl Clone for Bfcrt232Pt3Cc
Source§fn clone(&self) -> Bfcrt232Pt3Cc
fn clone(&self) -> Bfcrt232Pt3Cc
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 Bfcrt232Pt3Cc
impl Debug for Bfcrt232Pt3Cc
Source§impl From<Bfcrt232Pt3Cc> for u8
impl From<Bfcrt232Pt3Cc> for u8
Source§fn from(val: Bfcrt232Pt3Cc) -> u8
fn from(val: Bfcrt232Pt3Cc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Bfcrt232Pt3Cc
impl From<u8> for Bfcrt232Pt3Cc
Source§fn from(val: u8) -> Bfcrt232Pt3Cc
fn from(val: u8) -> Bfcrt232Pt3Cc
Converts to this type from the input type.
Source§impl Ord for Bfcrt232Pt3Cc
impl Ord for Bfcrt232Pt3Cc
Source§fn cmp(&self, other: &Bfcrt232Pt3Cc) -> Ordering
fn cmp(&self, other: &Bfcrt232Pt3Cc) -> 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 Bfcrt232Pt3Cc
impl PartialEq for Bfcrt232Pt3Cc
Source§impl PartialOrd for Bfcrt232Pt3Cc
impl PartialOrd for Bfcrt232Pt3Cc
impl Copy for Bfcrt232Pt3Cc
impl Eq for Bfcrt232Pt3Cc
impl StructuralPartialEq for Bfcrt232Pt3Cc
Auto Trait Implementations§
impl Freeze for Bfcrt232Pt3Cc
impl RefUnwindSafe for Bfcrt232Pt3Cc
impl Send for Bfcrt232Pt3Cc
impl Sync for Bfcrt232Pt3Cc
impl Unpin for Bfcrt232Pt3Cc
impl UnwindSafe for Bfcrt232Pt3Cc
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