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