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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for NvPhysicalGpuHandle
Source§impl Debug for NvPhysicalGpuHandle
impl Debug for NvPhysicalGpuHandle
Auto Trait Implementations§
impl !Send for NvPhysicalGpuHandle
impl !Sync for NvPhysicalGpuHandle
impl Freeze for NvPhysicalGpuHandle
impl RefUnwindSafe for NvPhysicalGpuHandle
impl Unpin for NvPhysicalGpuHandle
impl UnsafeUnpin 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