Struct zstd_sys::ZSTD_frameProgression
source · [−]#[repr(C)]pub struct ZSTD_frameProgression {
pub ingested: c_ulonglong,
pub consumed: c_ulonglong,
pub produced: c_ulonglong,
pub flushed: c_ulonglong,
pub currentJobID: c_uint,
pub nbActiveWorkers: c_uint,
}
Fields
ingested: c_ulonglong
consumed: c_ulonglong
produced: c_ulonglong
flushed: c_ulonglong
currentJobID: c_uint
nbActiveWorkers: c_uint
Trait Implementations
sourceimpl Clone for ZSTD_frameProgression
impl Clone for ZSTD_frameProgression
sourcefn clone(&self) -> ZSTD_frameProgression
fn clone(&self) -> ZSTD_frameProgression
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ZSTD_frameProgression
impl Debug for ZSTD_frameProgression
impl Copy for ZSTD_frameProgression
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_frameProgression
impl Send for ZSTD_frameProgression
impl Sync for ZSTD_frameProgression
impl Unpin for ZSTD_frameProgression
impl UnwindSafe for ZSTD_frameProgression
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more