pub struct NvLogicalGpuHandle(/* private fields */);Expand description
One or more physical GPUs acting in concert (SLI)
Trait Implementations§
Source§impl Clone for NvLogicalGpuHandle
impl Clone for NvLogicalGpuHandle
Source§fn clone(&self) -> NvLogicalGpuHandle
fn clone(&self) -> NvLogicalGpuHandle
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 NvLogicalGpuHandle
impl Debug for NvLogicalGpuHandle
Source§impl Default for NvLogicalGpuHandle
impl Default for NvLogicalGpuHandle
impl Copy for NvLogicalGpuHandle
Auto Trait Implementations§
impl Freeze for NvLogicalGpuHandle
impl RefUnwindSafe for NvLogicalGpuHandle
impl !Send for NvLogicalGpuHandle
impl !Sync for NvLogicalGpuHandle
impl Unpin for NvLogicalGpuHandle
impl UnwindSafe for NvLogicalGpuHandle
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