#[repr(C)]pub struct SeqStore_t {
pub sequencesStart: *mut SeqDef,
pub sequences: *mut SeqDef,
pub litStart: *mut u8,
pub lit: *mut u8,
pub llCode: *mut u8,
pub mlCode: *mut u8,
pub ofCode: *mut u8,
pub maxNbSeq: size_t,
pub maxNbLit: size_t,
pub longLengthType: ZSTD_longLengthType_e,
pub longLengthPos: u32,
}Fields§
§sequencesStart: *mut SeqDef§sequences: *mut SeqDef§litStart: *mut u8§lit: *mut u8§llCode: *mut u8§mlCode: *mut u8§ofCode: *mut u8§maxNbSeq: size_t§maxNbLit: size_t§longLengthType: ZSTD_longLengthType_e§longLengthPos: u32Trait Implementations§
Source§impl Clone for SeqStore_t
impl Clone for SeqStore_t
Source§fn clone(&self) -> SeqStore_t
fn clone(&self) -> SeqStore_t
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 moreimpl Copy for SeqStore_t
Auto Trait Implementations§
impl !Send for SeqStore_t
impl !Sync for SeqStore_t
impl Freeze for SeqStore_t
impl RefUnwindSafe for SeqStore_t
impl Unpin for SeqStore_t
impl UnsafeUnpin for SeqStore_t
impl UnwindSafe for SeqStore_t
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