#[repr(C)]pub struct PF_GPUDeviceSetdownInput {
pub gpu_data: *mut c_void,
pub what_gpu: PF_GPU_Framework,
pub device_index: A_u_long,
}Fields§
§gpu_data: *mut c_void§what_gpu: PF_GPU_Framework§device_index: A_u_longTrait Implementations§
Source§impl Clone for PF_GPUDeviceSetdownInput
impl Clone for PF_GPUDeviceSetdownInput
Source§fn clone(&self) -> PF_GPUDeviceSetdownInput
fn clone(&self) -> PF_GPUDeviceSetdownInput
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_GPUDeviceSetdownInput
impl Debug for PF_GPUDeviceSetdownInput
impl Copy for PF_GPUDeviceSetdownInput
Auto Trait Implementations§
impl Freeze for PF_GPUDeviceSetdownInput
impl RefUnwindSafe for PF_GPUDeviceSetdownInput
impl !Send for PF_GPUDeviceSetdownInput
impl !Sync for PF_GPUDeviceSetdownInput
impl Unpin for PF_GPUDeviceSetdownInput
impl UnwindSafe for PF_GPUDeviceSetdownInput
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