pub struct LeU64;Expand description
Trait Implementations§
Source§impl Ord for LeU64
impl Ord for LeU64
Source§impl PartialOrd for LeU64
impl PartialOrd for LeU64
Source§impl SeqRepr for LeU64
impl SeqRepr for LeU64
Source§const MAX_LEN: usize = 18_446_744_073_709_551_615usize
const MAX_LEN: usize = 18_446_744_073_709_551_615usize
Maximum number of items in a sequence (depends on how lenght is stored).
const SIZE: Option<usize> = None
type Ctx = ()
fn serialize<T: MySerialize>(seq: &[T], buf: &mut Vec<u8>)
fn deserialize<'de, T>( (): Self::Ctx, buf: &mut ParseBuf<'de>, ) -> Result<Cow<'de, [T]>>
impl Copy for LeU64
impl Eq for LeU64
impl StructuralPartialEq for LeU64
Auto Trait Implementations§
impl Freeze for LeU64
impl RefUnwindSafe for LeU64
impl Send for LeU64
impl Sync for LeU64
impl Unpin for LeU64
impl UnwindSafe for LeU64
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