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§
source§impl Clone for ZSTD_frameProgression
impl Clone for ZSTD_frameProgression
source§fn clone(&self) -> ZSTD_frameProgression
fn clone(&self) -> ZSTD_frameProgression
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_frameProgression
impl Debug for ZSTD_frameProgression
impl Copy for ZSTD_frameProgression
Auto Trait Implementations§
impl Freeze for ZSTD_frameProgression
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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)