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