#[repr(u8)]pub enum Bfcrt232Pt2Bc {
FORCE_0 = 0,
PASS = 1,
COMPLEMENT = 2,
FORCE_1 = 3,
}Variants§
FORCE_0 = 0
Force input B to become 0
PASS = 1
Pass input B
COMPLEMENT = 2
Complement input B
FORCE_1 = 3
Force input B to become 1
Implementations§
Source§impl Bfcrt232Pt2Bc
impl Bfcrt232Pt2Bc
Trait Implementations§
Source§impl Clone for Bfcrt232Pt2Bc
impl Clone for Bfcrt232Pt2Bc
Source§fn clone(&self) -> Bfcrt232Pt2Bc
fn clone(&self) -> Bfcrt232Pt2Bc
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for Bfcrt232Pt2Bc
impl Debug for Bfcrt232Pt2Bc
Source§impl From<Bfcrt232Pt2Bc> for u8
impl From<Bfcrt232Pt2Bc> for u8
Source§fn from(val: Bfcrt232Pt2Bc) -> u8
fn from(val: Bfcrt232Pt2Bc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Bfcrt232Pt2Bc
impl From<u8> for Bfcrt232Pt2Bc
Source§fn from(val: u8) -> Bfcrt232Pt2Bc
fn from(val: u8) -> Bfcrt232Pt2Bc
Converts to this type from the input type.
Source§impl Ord for Bfcrt232Pt2Bc
impl Ord for Bfcrt232Pt2Bc
Source§fn cmp(&self, other: &Bfcrt232Pt2Bc) -> Ordering
fn cmp(&self, other: &Bfcrt232Pt2Bc) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Bfcrt232Pt2Bc
impl PartialEq for Bfcrt232Pt2Bc
Source§impl PartialOrd for Bfcrt232Pt2Bc
impl PartialOrd for Bfcrt232Pt2Bc
impl Copy for Bfcrt232Pt2Bc
impl Eq for Bfcrt232Pt2Bc
impl StructuralPartialEq for Bfcrt232Pt2Bc
Auto Trait Implementations§
impl Freeze for Bfcrt232Pt2Bc
impl RefUnwindSafe for Bfcrt232Pt2Bc
impl Send for Bfcrt232Pt2Bc
impl Sync for Bfcrt232Pt2Bc
impl Unpin for Bfcrt232Pt2Bc
impl UnwindSafe for Bfcrt232Pt2Bc
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