pub struct EncodedHeader {
pub fixed_size_header: EncodedFixedSizeHeader,
pub lens: Vec<u8>,
}
Expand description
Fields§
§fixed_size_header: EncodedFixedSizeHeader
The fixed size part of the header.
lens: Vec<u8>
The dynamic lengths part of the header.
Trait Implementations§
Source§impl Clone for EncodedHeader
impl Clone for EncodedHeader
Source§fn clone(&self) -> EncodedHeader
fn clone(&self) -> EncodedHeader
Returns a copy 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 EncodedHeader
impl Debug for EncodedHeader
Source§impl Hash for EncodedHeader
impl Hash for EncodedHeader
Source§impl IntoIterator for EncodedHeader
impl IntoIterator for EncodedHeader
Source§impl Ord for EncodedHeader
impl Ord for EncodedHeader
Source§fn cmp(&self, other: &EncodedHeader) -> Ordering
fn cmp(&self, other: &EncodedHeader) -> 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 EncodedHeader
impl PartialEq for EncodedHeader
Source§impl PartialOrd for EncodedHeader
impl PartialOrd for EncodedHeader
impl Eq for EncodedHeader
impl StructuralPartialEq for EncodedHeader
Auto Trait Implementations§
impl Freeze for EncodedHeader
impl RefUnwindSafe for EncodedHeader
impl Send for EncodedHeader
impl Sync for EncodedHeader
impl Unpin for EncodedHeader
impl UnwindSafe for EncodedHeader
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)