Struct zstd_sys::ZSTD_parameters
source · [−]#[repr(C)]pub struct ZSTD_parameters {
pub cParams: ZSTD_compressionParameters,
pub fParams: ZSTD_frameParameters,
}
Fields
cParams: ZSTD_compressionParameters
fParams: ZSTD_frameParameters
Trait Implementations
sourceimpl Clone for ZSTD_parameters
impl Clone for ZSTD_parameters
sourcefn clone(&self) -> ZSTD_parameters
fn clone(&self) -> ZSTD_parameters
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_parameters
impl Debug for ZSTD_parameters
impl Copy for ZSTD_parameters
Auto Trait Implementations
impl RefUnwindSafe for ZSTD_parameters
impl Send for ZSTD_parameters
impl Sync for ZSTD_parameters
impl Unpin for ZSTD_parameters
impl UnwindSafe for ZSTD_parameters
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