pub struct TableLengths {
pub main: Vec<u8>,
pub distance: Vec<u8>,
pub align: Vec<u8>,
pub length: Vec<u8>,
}Fields§
§main: Vec<u8>§distance: Vec<u8>§align: Vec<u8>§length: Vec<u8>Trait Implementations§
Source§impl Clone for TableLengths
impl Clone for TableLengths
Source§fn clone(&self) -> TableLengths
fn clone(&self) -> TableLengths
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 TableLengths
impl Debug for TableLengths
Source§impl PartialEq for TableLengths
impl PartialEq for TableLengths
Source§fn eq(&self, other: &TableLengths) -> bool
fn eq(&self, other: &TableLengths) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for TableLengths
impl StructuralPartialEq for TableLengths
Auto Trait Implementations§
impl Freeze for TableLengths
impl RefUnwindSafe for TableLengths
impl Send for TableLengths
impl Sync for TableLengths
impl Unpin for TableLengths
impl UnsafeUnpin for TableLengths
impl UnwindSafe for TableLengths
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