#[repr(C)]pub struct PF_GPUDeviceInfo {
pub device_framework: PF_GPU_Framework,
pub compatibleB: PF_Boolean,
pub platformPV: *mut c_void,
pub devicePV: *mut c_void,
pub contextPV: *mut c_void,
pub command_queuePV: *mut c_void,
pub offscreen_opengl_contextPV: *mut c_void,
pub offscreen_opengl_devicePV: *mut c_void,
}Fields§
§device_framework: PF_GPU_Framework§compatibleB: PF_Boolean§platformPV: *mut c_void§devicePV: *mut c_void§contextPV: *mut c_void§command_queuePV: *mut c_void§offscreen_opengl_contextPV: *mut c_void§offscreen_opengl_devicePV: *mut c_voidTrait Implementations§
Source§impl Clone for PF_GPUDeviceInfo
impl Clone for PF_GPUDeviceInfo
Source§fn clone(&self) -> PF_GPUDeviceInfo
fn clone(&self) -> PF_GPUDeviceInfo
Returns a duplicate 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 moreSource§impl Debug for PF_GPUDeviceInfo
impl Debug for PF_GPUDeviceInfo
impl Copy for PF_GPUDeviceInfo
Auto Trait Implementations§
impl Freeze for PF_GPUDeviceInfo
impl RefUnwindSafe for PF_GPUDeviceInfo
impl !Send for PF_GPUDeviceInfo
impl !Sync for PF_GPUDeviceInfo
impl Unpin for PF_GPUDeviceInfo
impl UnwindSafe for PF_GPUDeviceInfo
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more