#[repr(C, align(8))]pub struct CompressorParams {
pub _bindgen_opaque_blob: u64,
}Fields§
§_bindgen_opaque_blob: u64Trait Implementations§
Source§impl Clone for CompressorParams
impl Clone for CompressorParams
Source§fn clone(&self) -> CompressorParams
fn clone(&self) -> CompressorParams
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 CompressorParams
impl Debug for CompressorParams
impl Copy for CompressorParams
Auto Trait Implementations§
impl Freeze for CompressorParams
impl RefUnwindSafe for CompressorParams
impl Send for CompressorParams
impl Sync for CompressorParams
impl Unpin for CompressorParams
impl UnwindSafe for CompressorParams
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