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