#[repr(C)]pub struct seqState_t {
pub DStream: BIT_DStream_t,
pub stateLL: ZSTD_fseState,
pub stateOffb: ZSTD_fseState,
pub stateML: ZSTD_fseState,
pub prevOffset: [usize; 3],
}Fields§
§DStream: BIT_DStream_t§stateLL: ZSTD_fseState§stateOffb: ZSTD_fseState§stateML: ZSTD_fseState§prevOffset: [usize; 3]Trait Implementations§
Source§impl Clone for seqState_t
impl Clone for seqState_t
Source§fn clone(&self) -> seqState_t
fn clone(&self) -> seqState_t
Returns a duplicate 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 seqState_t
impl Debug for seqState_t
impl Copy for seqState_t
Auto Trait Implementations§
impl Freeze for seqState_t
impl RefUnwindSafe for seqState_t
impl !Send for seqState_t
impl !Sync for seqState_t
impl Unpin for seqState_t
impl UnwindSafe for seqState_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