#[repr(C)]pub struct ZSTD_blockSplitCtx {
pub fullSeqStoreChunk: SeqStore_t,
pub firstHalfSeqStore: SeqStore_t,
pub secondHalfSeqStore: SeqStore_t,
pub currSeqStore: SeqStore_t,
pub nextSeqStore: SeqStore_t,
pub partitions: [u32; 196],
pub entropyMetadata: ZSTD_entropyCTablesMetadata_t,
}Fields§
§fullSeqStoreChunk: SeqStore_t§firstHalfSeqStore: SeqStore_t§secondHalfSeqStore: SeqStore_t§currSeqStore: SeqStore_t§nextSeqStore: SeqStore_t§partitions: [u32; 196]§entropyMetadata: ZSTD_entropyCTablesMetadata_tTrait Implementations§
Source§impl Clone for ZSTD_blockSplitCtx
impl Clone for ZSTD_blockSplitCtx
Source§fn clone(&self) -> ZSTD_blockSplitCtx
fn clone(&self) -> ZSTD_blockSplitCtx
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 ZSTD_blockSplitCtx
Auto Trait Implementations§
impl !Send for ZSTD_blockSplitCtx
impl !Sync for ZSTD_blockSplitCtx
impl Freeze for ZSTD_blockSplitCtx
impl RefUnwindSafe for ZSTD_blockSplitCtx
impl Unpin for ZSTD_blockSplitCtx
impl UnsafeUnpin for ZSTD_blockSplitCtx
impl UnwindSafe for ZSTD_blockSplitCtx
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