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