Struct rps_sys::RpsRuntimeDeviceCreateInfo
source · #[repr(C)]pub struct RpsRuntimeDeviceCreateInfo {
pub pUserContext: *mut c_void,
pub callbacks: RpsRuntimeCallbacks,
}
Expand description
Parameters for creating a runtime device.
Fields§
§pUserContext: *mut c_void
User defined context to be passed to the callback functions.
callbacks: RpsRuntimeCallbacks
Callback functions.
Trait Implementations§
source§impl Clone for RpsRuntimeDeviceCreateInfo
impl Clone for RpsRuntimeDeviceCreateInfo
source§fn clone(&self) -> RpsRuntimeDeviceCreateInfo
fn clone(&self) -> RpsRuntimeDeviceCreateInfo
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