#[repr(u8)]pub enum Bfcrt230Pt3Dc {
FORCE_0 = 0,
PASS = 1,
COMPLEMENT = 2,
FORCE_1 = 3,
}Variants§
FORCE_0 = 0
Force input D to become 0
PASS = 1
Pass input D
COMPLEMENT = 2
Complement input D
FORCE_1 = 3
Force input D to become 1
Implementations§
Source§impl Bfcrt230Pt3Dc
impl Bfcrt230Pt3Dc
Trait Implementations§
Source§impl Clone for Bfcrt230Pt3Dc
impl Clone for Bfcrt230Pt3Dc
Source§fn clone(&self) -> Bfcrt230Pt3Dc
fn clone(&self) -> Bfcrt230Pt3Dc
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 Bfcrt230Pt3Dc
impl Debug for Bfcrt230Pt3Dc
Source§impl From<Bfcrt230Pt3Dc> for u8
impl From<Bfcrt230Pt3Dc> for u8
Source§fn from(val: Bfcrt230Pt3Dc) -> u8
fn from(val: Bfcrt230Pt3Dc) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Bfcrt230Pt3Dc
impl From<u8> for Bfcrt230Pt3Dc
Source§fn from(val: u8) -> Bfcrt230Pt3Dc
fn from(val: u8) -> Bfcrt230Pt3Dc
Converts to this type from the input type.
Source§impl Ord for Bfcrt230Pt3Dc
impl Ord for Bfcrt230Pt3Dc
Source§fn cmp(&self, other: &Bfcrt230Pt3Dc) -> Ordering
fn cmp(&self, other: &Bfcrt230Pt3Dc) -> 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 Bfcrt230Pt3Dc
impl PartialEq for Bfcrt230Pt3Dc
Source§impl PartialOrd for Bfcrt230Pt3Dc
impl PartialOrd for Bfcrt230Pt3Dc
impl Copy for Bfcrt230Pt3Dc
impl Eq for Bfcrt230Pt3Dc
impl StructuralPartialEq for Bfcrt230Pt3Dc
Auto Trait Implementations§
impl Freeze for Bfcrt230Pt3Dc
impl RefUnwindSafe for Bfcrt230Pt3Dc
impl Send for Bfcrt230Pt3Dc
impl Sync for Bfcrt230Pt3Dc
impl Unpin for Bfcrt230Pt3Dc
impl UnwindSafe for Bfcrt230Pt3Dc
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