#[repr(u8)]pub enum Fc7dataouten {
INPUT = 0,
OUTPUT = 1,
}Variants§
INPUT = 0
Data output from FC7 does not contribute to this shared set.
OUTPUT = 1
Data output from FC7 does contribute to this shared set.
Implementations§
Source§impl Fc7dataouten
impl Fc7dataouten
Trait Implementations§
Source§impl Clone for Fc7dataouten
impl Clone for Fc7dataouten
Source§fn clone(&self) -> Fc7dataouten
fn clone(&self) -> Fc7dataouten
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 Fc7dataouten
impl Debug for Fc7dataouten
Source§impl From<Fc7dataouten> for u8
impl From<Fc7dataouten> for u8
Source§fn from(val: Fc7dataouten) -> u8
fn from(val: Fc7dataouten) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Fc7dataouten
impl From<u8> for Fc7dataouten
Source§fn from(val: u8) -> Fc7dataouten
fn from(val: u8) -> Fc7dataouten
Converts to this type from the input type.
Source§impl Ord for Fc7dataouten
impl Ord for Fc7dataouten
Source§fn cmp(&self, other: &Fc7dataouten) -> Ordering
fn cmp(&self, other: &Fc7dataouten) -> 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 Fc7dataouten
impl PartialEq for Fc7dataouten
Source§impl PartialOrd for Fc7dataouten
impl PartialOrd for Fc7dataouten
impl Copy for Fc7dataouten
impl Eq for Fc7dataouten
impl StructuralPartialEq for Fc7dataouten
Auto Trait Implementations§
impl Freeze for Fc7dataouten
impl RefUnwindSafe for Fc7dataouten
impl Send for Fc7dataouten
impl Sync for Fc7dataouten
impl Unpin for Fc7dataouten
impl UnwindSafe for Fc7dataouten
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