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