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_uintTrait Implementations§
source§impl Clone for ZSTD_Sequence
impl Clone for ZSTD_Sequence
source§fn clone(&self) -> ZSTD_Sequence
fn clone(&self) -> ZSTD_Sequence
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 more