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