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§
source§impl Clone for ZSTD_parameters
impl Clone for ZSTD_parameters
source§fn clone(&self) -> ZSTD_parameters
fn clone(&self) -> ZSTD_parameters
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_parameters
impl Debug for ZSTD_parameters
impl Copy for ZSTD_parameters
Auto Trait Implementations§
impl Freeze for ZSTD_parameters
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§
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
)