#[repr(C)]pub struct decompressIOVec {
pub data: *mut c_void,
pub size: usize,
}Expand description
I/O vector
Fields§
§data: *mut c_void< I/O buffer
size: usize< Buffer size
Trait Implementations§
Source§impl Clone for decompressIOVec
impl Clone for decompressIOVec
Source§fn clone(&self) -> decompressIOVec
fn clone(&self) -> decompressIOVec
Returns a duplicate of the value. Read more
1.0.0§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for decompressIOVec
impl Debug for decompressIOVec
Source§impl Default for decompressIOVec
impl Default for decompressIOVec
impl Copy for decompressIOVec
Auto Trait Implementations§
impl Freeze for decompressIOVec
impl RefUnwindSafe for decompressIOVec
impl !Send for decompressIOVec
impl !Sync for decompressIOVec
impl Unpin for decompressIOVec
impl UnwindSafe for decompressIOVec
Blanket Implementations§
§impl<T> Any for Twhere
T: 'static + ?Sized,
impl<T> Any for Twhere
T: 'static + ?Sized,
§impl<T> Borrow<T> for Twhere
T: ?Sized,
impl<T> Borrow<T> for Twhere
T: ?Sized,
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)