#[repr(C)]pub struct DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST {
pub Id: u64,
pub CompressionFormat: DSTORAGE_COMPRESSION_FORMAT,
pub Reserved: [u8; 3],
pub Flags: DSTORAGE_CUSTOM_DECOMPRESSION_FLAGS,
pub SrcSize: u64,
pub SrcBuffer: *const c_void,
pub DstSize: u64,
pub DstBuffer: *mut c_void,
}Fields§
§Id: u64§CompressionFormat: DSTORAGE_COMPRESSION_FORMAT§Reserved: [u8; 3]§Flags: DSTORAGE_CUSTOM_DECOMPRESSION_FLAGS§SrcSize: u64§SrcBuffer: *const c_void§DstSize: u64§DstBuffer: *mut c_voidTrait Implementations§
source§impl PartialEq for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl PartialEq for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl Copy for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl Eq for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
Auto Trait Implementations§
impl RefUnwindSafe for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl !Send for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl !Sync for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl Unpin for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
impl UnwindSafe for DSTORAGE_CUSTOM_DECOMPRESSION_REQUEST
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