#[repr(C)]pub struct PF_GPUDeviceSetdownExtra {
pub input: *mut PF_GPUDeviceSetdownInput,
}Fields§
§input: *mut PF_GPUDeviceSetdownInputTrait Implementations§
Source§impl Clone for PF_GPUDeviceSetdownExtra
impl Clone for PF_GPUDeviceSetdownExtra
Source§fn clone(&self) -> PF_GPUDeviceSetdownExtra
fn clone(&self) -> PF_GPUDeviceSetdownExtra
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_GPUDeviceSetdownExtra
impl Debug for PF_GPUDeviceSetdownExtra
impl Copy for PF_GPUDeviceSetdownExtra
Auto Trait Implementations§
impl Freeze for PF_GPUDeviceSetdownExtra
impl RefUnwindSafe for PF_GPUDeviceSetdownExtra
impl !Send for PF_GPUDeviceSetdownExtra
impl !Sync for PF_GPUDeviceSetdownExtra
impl Unpin for PF_GPUDeviceSetdownExtra
impl UnwindSafe for PF_GPUDeviceSetdownExtra
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