pub struct NvVisualComputingDeviceHandle(/* private fields */);Expand description
A handle to a Visual Computing Device
Trait Implementations§
Source§impl Clone for NvVisualComputingDeviceHandle
impl Clone for NvVisualComputingDeviceHandle
Source§fn clone(&self) -> NvVisualComputingDeviceHandle
fn clone(&self) -> NvVisualComputingDeviceHandle
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 moreimpl Copy for NvVisualComputingDeviceHandle
Auto Trait Implementations§
impl Freeze for NvVisualComputingDeviceHandle
impl RefUnwindSafe for NvVisualComputingDeviceHandle
impl !Send for NvVisualComputingDeviceHandle
impl !Sync for NvVisualComputingDeviceHandle
impl Unpin for NvVisualComputingDeviceHandle
impl UnwindSafe for NvVisualComputingDeviceHandle
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