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