#[repr(C)]pub struct ZSTD_compressedBlockState_t {
pub entropy: ZSTD_entropyCTables_t,
pub rep: [u32; 3],
}Fields§
§entropy: ZSTD_entropyCTables_t§rep: [u32; 3]Trait Implementations§
Source§impl Clone for ZSTD_compressedBlockState_t
impl Clone for ZSTD_compressedBlockState_t
Source§fn clone(&self) -> ZSTD_compressedBlockState_t
fn clone(&self) -> ZSTD_compressedBlockState_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 ZSTD_compressedBlockState_t
Auto Trait Implementations§
impl Freeze for ZSTD_compressedBlockState_t
impl RefUnwindSafe for ZSTD_compressedBlockState_t
impl Send for ZSTD_compressedBlockState_t
impl Sync for ZSTD_compressedBlockState_t
impl Unpin for ZSTD_compressedBlockState_t
impl UnsafeUnpin for ZSTD_compressedBlockState_t
impl UnwindSafe for ZSTD_compressedBlockState_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