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