pub struct LeU32;Expand description
Trait Implementations§
Source§impl Ord for LeU32
impl Ord for LeU32
Source§impl PartialOrd for LeU32
impl PartialOrd for LeU32
Source§impl SeqRepr for LeU32
impl SeqRepr for LeU32
Source§const MAX_LEN: usize = 4_294_967_295usize
const MAX_LEN: usize = 4_294_967_295usize
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 LeU32
impl Eq for LeU32
impl StructuralPartialEq for LeU32
Auto Trait Implementations§
impl Freeze for LeU32
impl RefUnwindSafe for LeU32
impl Send for LeU32
impl Sync for LeU32
impl Unpin for LeU32
impl UnwindSafe for LeU32
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