#[repr(u8)]pub enum Pt2Ac {
PT2_AC_0 = 0,
PT2_AC_1 = 1,
PT2_AC_2 = 2,
PT2_AC_3 = 3,
}Variants§
PT2_AC_0 = 0
Force the A input in this product term to a logical zero
PT2_AC_1 = 1
Pass the A input in this product term
PT2_AC_2 = 2
Complement the A input in this product term
PT2_AC_3 = 3
Force the A input in this product term to a logical one
Implementations§
Trait Implementations§
Source§impl Ord for Pt2Ac
impl Ord for Pt2Ac
Source§impl PartialOrd for Pt2Ac
impl PartialOrd for Pt2Ac
impl Copy for Pt2Ac
impl Eq for Pt2Ac
impl StructuralPartialEq for Pt2Ac
Auto Trait Implementations§
impl Freeze for Pt2Ac
impl RefUnwindSafe for Pt2Ac
impl Send for Pt2Ac
impl Sync for Pt2Ac
impl Unpin for Pt2Ac
impl UnwindSafe for Pt2Ac
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