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