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