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