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