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