Struct rps_sys::RpsNullRuntimeDeviceCreateInfo
source · #[repr(C)]pub struct RpsNullRuntimeDeviceCreateInfo {
pub pDeviceCreateInfo: *const RpsDeviceCreateInfo,
pub pRuntimeCreateInfo: *const RpsRuntimeDeviceCreateInfo,
}
Expand description
Parameters for creating a dummy runtime device.
A [NullRuntimeDevice] is a default implementation of the RuntimeDevice interface without any real GPU device associated.
Fields§
§pDeviceCreateInfo: *const RpsDeviceCreateInfo
Pointer to parameters for creating the core device
pRuntimeCreateInfo: *const RpsRuntimeDeviceCreateInfo
Pointer to parameters for creating the runtime device.
Trait Implementations§
source§impl Clone for RpsNullRuntimeDeviceCreateInfo
impl Clone for RpsNullRuntimeDeviceCreateInfo
source§fn clone(&self) -> RpsNullRuntimeDeviceCreateInfo
fn clone(&self) -> RpsNullRuntimeDeviceCreateInfo
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