Struct COMPRESSOR_HANDLE
#[repr(transparent)]pub struct COMPRESSOR_HANDLE(pub *mut c_void);
Tuple Fields§
§0: *mut c_void
Implementations§
§impl COMPRESSOR_HANDLE
impl COMPRESSOR_HANDLE
pub fn is_invalid(&self) -> bool
Trait Implementations§
§impl Clone for COMPRESSOR_HANDLE
impl Clone for COMPRESSOR_HANDLE
§fn clone(&self) -> COMPRESSOR_HANDLE
fn clone(&self) -> COMPRESSOR_HANDLE
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 more§impl Debug for COMPRESSOR_HANDLE
impl Debug for COMPRESSOR_HANDLE
§impl Default for COMPRESSOR_HANDLE
impl Default for COMPRESSOR_HANDLE
§impl Free for COMPRESSOR_HANDLE
impl Free for COMPRESSOR_HANDLE
§impl PartialEq for COMPRESSOR_HANDLE
impl PartialEq for COMPRESSOR_HANDLE
impl Copy for COMPRESSOR_HANDLE
impl Eq for COMPRESSOR_HANDLE
impl StructuralPartialEq for COMPRESSOR_HANDLE
Auto Trait Implementations§
impl Freeze for COMPRESSOR_HANDLE
impl RefUnwindSafe for COMPRESSOR_HANDLE
impl !Send for COMPRESSOR_HANDLE
impl !Sync for COMPRESSOR_HANDLE
impl Unpin for COMPRESSOR_HANDLE
impl UnwindSafe for COMPRESSOR_HANDLE
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