Struct rps_sys::RpsRuntimeOpDestroyHeapArgs
source · #[repr(C)]pub struct RpsRuntimeOpDestroyHeapArgs {
pub numHeaps: u32,
pub phRtHeaps: *mut RpsRuntimeHeap,
}Expand description
@brief Parameters for destroying an array of runtime GPU memory heaps.
Fields§
§numHeaps: u32< Number of heaps to destroy.
phRtHeaps: *mut RpsRuntimeHeap< Pointer to an array of
Trait Implementations§
source§impl Clone for RpsRuntimeOpDestroyHeapArgs
impl Clone for RpsRuntimeOpDestroyHeapArgs
source§fn clone(&self) -> RpsRuntimeOpDestroyHeapArgs
fn clone(&self) -> RpsRuntimeOpDestroyHeapArgs
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