#[repr(C)]pub struct ZSTD_blockState_t {
pub prevCBlock: *mut ZSTD_compressedBlockState_t,
pub nextCBlock: *mut ZSTD_compressedBlockState_t,
pub matchState: ZSTD_MatchState_t,
}Fields§
§prevCBlock: *mut ZSTD_compressedBlockState_t§nextCBlock: *mut ZSTD_compressedBlockState_t§matchState: ZSTD_MatchState_tAuto Trait Implementations§
impl !Send for ZSTD_blockState_t
impl !Sync for ZSTD_blockState_t
impl Freeze for ZSTD_blockState_t
impl RefUnwindSafe for ZSTD_blockState_t
impl Unpin for ZSTD_blockState_t
impl UnsafeUnpin for ZSTD_blockState_t
impl UnwindSafe for ZSTD_blockState_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