Struct zstud_sys::ZSTD_fseState
source · #[repr(C)]pub struct ZSTD_fseState {
pub state: usize,
pub table: *const ZSTD_seqSymbol,
}Fields§
§state: usize§table: *const ZSTD_seqSymbolTrait Implementations§
source§impl Clone for ZSTD_fseState
impl Clone for ZSTD_fseState
source§fn clone(&self) -> ZSTD_fseState
fn clone(&self) -> ZSTD_fseState
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 moresource§impl Debug for ZSTD_fseState
impl Debug for ZSTD_fseState
impl Copy for ZSTD_fseState
Auto Trait Implementations§
impl RefUnwindSafe for ZSTD_fseState
impl !Send for ZSTD_fseState
impl !Sync for ZSTD_fseState
impl Unpin for ZSTD_fseState
impl UnwindSafe for ZSTD_fseState
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