#[repr(C)]pub struct libdeflate_options {
pub sizeof_options: usize,
pub malloc_func: Option<unsafe extern "C" fn(arg1: usize) -> *mut c_void>,
pub free_func: Option<unsafe extern "C" fn(arg1: *mut c_void)>,
}Fields§
§sizeof_options: usize§malloc_func: Option<unsafe extern "C" fn(arg1: usize) -> *mut c_void>§free_func: Option<unsafe extern "C" fn(arg1: *mut c_void)>Auto Trait Implementations§
impl Freeze for libdeflate_options
impl RefUnwindSafe for libdeflate_options
impl Send for libdeflate_options
impl Sync for libdeflate_options
impl Unpin for libdeflate_options
impl UnwindSafe for libdeflate_options
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