#[repr(C)]pub struct SquashOptions {
pub base_object: SquashObject,
pub codec: *mut SquashCodec,
pub values: *mut SquashOptionValue,
}Fields§
§base_object: SquashObject§codec: *mut SquashCodec§values: *mut SquashOptionValueTrait Implementations§
Source§impl Clone for SquashOptions
impl Clone for SquashOptions
Source§fn clone(&self) -> SquashOptions
fn clone(&self) -> SquashOptions
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 SquashOptions
impl Debug for SquashOptions
impl Copy for SquashOptions
Auto Trait Implementations§
impl Freeze for SquashOptions
impl RefUnwindSafe for SquashOptions
impl !Send for SquashOptions
impl !Sync for SquashOptions
impl Unpin for SquashOptions
impl UnwindSafe for SquashOptions
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