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