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