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