Struct rps_sys::RpsHeapPlacement
source · Expand description
@brief Parameters of a resource placement inside a heap.
Fields§
§heapId: RpsHeapId< ID of the heap in the render graph.
offset: u64< Offset of the resource placement inside the heap in bytes.
Trait Implementations§
source§impl Clone for RpsHeapPlacement
impl Clone for RpsHeapPlacement
source§fn clone(&self) -> RpsHeapPlacement
fn clone(&self) -> RpsHeapPlacement
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