pub struct U22FromU32Error(pub u32);
Expand description
Error type for 32-bit to 22-bit integer conversion.
Tuple Fields§
§0: u32
The u32
that failed to be converted to a U22
.
Trait Implementations§
Source§impl Clone for U22FromU32Error
impl Clone for U22FromU32Error
Source§fn clone(&self) -> U22FromU32Error
fn clone(&self) -> U22FromU32Error
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 U22FromU32Error
impl Debug for U22FromU32Error
Source§impl Display for U22FromU32Error
impl Display for U22FromU32Error
Source§impl Hash for U22FromU32Error
impl Hash for U22FromU32Error
Source§impl Ord for U22FromU32Error
impl Ord for U22FromU32Error
Source§fn cmp(&self, other: &U22FromU32Error) -> Ordering
fn cmp(&self, other: &U22FromU32Error) -> 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 U22FromU32Error
impl PartialEq for U22FromU32Error
Source§impl PartialOrd for U22FromU32Error
impl PartialOrd for U22FromU32Error
impl Copy for U22FromU32Error
impl Eq for U22FromU32Error
impl StructuralPartialEq for U22FromU32Error
Auto Trait Implementations§
impl Freeze for U22FromU32Error
impl RefUnwindSafe for U22FromU32Error
impl Send for U22FromU32Error
impl Sync for U22FromU32Error
impl Unpin for U22FromU32Error
impl UnwindSafe for U22FromU32Error
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