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