pub struct NvPhysicalGpuHandle(/* private fields */);Expand description
A single physical GPU
Trait Implementations§
Source§impl Clone for NvPhysicalGpuHandle
impl Clone for NvPhysicalGpuHandle
Source§fn clone(&self) -> NvPhysicalGpuHandle
fn clone(&self) -> NvPhysicalGpuHandle
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 NvPhysicalGpuHandle
impl Debug for NvPhysicalGpuHandle
Source§impl Default for NvPhysicalGpuHandle
impl Default for NvPhysicalGpuHandle
impl Copy for NvPhysicalGpuHandle
Auto Trait Implementations§
impl Freeze for NvPhysicalGpuHandle
impl RefUnwindSafe for NvPhysicalGpuHandle
impl !Send for NvPhysicalGpuHandle
impl !Sync for NvPhysicalGpuHandle
impl Unpin for NvPhysicalGpuHandle
impl UnwindSafe for NvPhysicalGpuHandle
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