pub struct Decoded {
pub fields: Vec<HeaderField>,
pub dyn_ref: bool,
pub mem_size: u64,
}Fields§
§fields: Vec<HeaderField>The decoded fields
dyn_ref: boolWhether one or more encoded fields were referencing the dynamic table
mem_size: u64Decoded size, calculated as stated in “4.1.1.3. Header Size Constraints”
Trait Implementations§
impl StructuralPartialEq for Decoded
Auto Trait Implementations§
impl Freeze for Decoded
impl RefUnwindSafe for Decoded
impl Send for Decoded
impl Sync for Decoded
impl Unpin for Decoded
impl UnsafeUnpin for Decoded
impl UnwindSafe for Decoded
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