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