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