pub enum AnyUInt {
MajorByte(u8),
U8(u8),
U16(u16),
U32(u32),
U64(u64),
}Expand description
A uint structure that preserves original int length
Variants§
Trait Implementations§
Source§impl Ord for AnyUInt
impl Ord for AnyUInt
Source§impl PartialOrd for AnyUInt
impl PartialOrd for AnyUInt
impl Copy for AnyUInt
impl Eq for AnyUInt
impl StructuralPartialEq for AnyUInt
Auto Trait Implementations§
impl Freeze for AnyUInt
impl RefUnwindSafe for AnyUInt
impl Send for AnyUInt
impl Sync for AnyUInt
impl Unpin for AnyUInt
impl UnwindSafe for AnyUInt
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)