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