Struct direct_storage::DSTORAGE_SOURCE_FILE
source · #[repr(C)]pub struct DSTORAGE_SOURCE_FILE {
pub Source: *mut IDStorageFile,
pub Offset: u64,
pub Size: u32,
}Fields§
§Source: *mut IDStorageFile§Offset: u64§Size: u32Trait Implementations§
source§impl Clone for DSTORAGE_SOURCE_FILE
impl Clone for DSTORAGE_SOURCE_FILE
source§fn clone(&self) -> DSTORAGE_SOURCE_FILE
fn clone(&self) -> DSTORAGE_SOURCE_FILE
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