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