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