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