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