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