pub struct U32Bytes;Expand description
A byte sequence prepended by it’s u32 length.
serialize will truncate byte sequence if its too long.
Trait Implementations§
Source§impl BytesRepr for U32Bytes
impl BytesRepr for U32Bytes
impl Copy for U32Bytes
impl Eq for U32Bytes
impl StructuralPartialEq for U32Bytes
Auto Trait Implementations§
impl Freeze for U32Bytes
impl RefUnwindSafe for U32Bytes
impl Send for U32Bytes
impl Sync for U32Bytes
impl Unpin for U32Bytes
impl UnwindSafe for U32Bytes
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