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