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