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