Struct direct_storage::DSTORAGE_REQUEST
source · #[repr(C)]pub struct DSTORAGE_REQUEST {
pub Options: DSTORAGE_REQUEST_OPTIONS,
pub Source: DSTORAGE_SOURCE,
pub Destination: DSTORAGE_DESTINATION,
pub UncompressedSize: u32,
pub CancellationTag: u64,
pub Name: *const c_char,
}Fields§
§Options: DSTORAGE_REQUEST_OPTIONS§Source: DSTORAGE_SOURCE§Destination: DSTORAGE_DESTINATION§UncompressedSize: u32§CancellationTag: u64§Name: *const c_charTrait Implementations§
source§impl Clone for DSTORAGE_REQUEST
impl Clone for DSTORAGE_REQUEST
source§fn clone(&self) -> DSTORAGE_REQUEST
fn clone(&self) -> DSTORAGE_REQUEST
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