Struct zstd_sys::ZSTD_Sequence
source · [−]#[repr(C)]pub struct ZSTD_Sequence {
pub offset: c_uint,
pub litLength: c_uint,
pub matchLength: c_uint,
pub rep: c_uint,
}
Fields
offset: c_uint
litLength: c_uint
matchLength: c_uint
rep: c_uint
Trait Implementations
sourceimpl Clone for ZSTD_Sequence
impl Clone for ZSTD_Sequence
sourcefn clone(&self) -> ZSTD_Sequence
fn clone(&self) -> ZSTD_Sequence
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ZSTD_Sequence
impl Debug for ZSTD_Sequence
impl Copy for ZSTD_Sequence
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_Sequence
impl Send for ZSTD_Sequence
impl Sync for ZSTD_Sequence
impl Unpin for ZSTD_Sequence
impl UnwindSafe for ZSTD_Sequence
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more