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