pub struct NvTargetHandle(/* private fields */);Expand description
Unique target handle on the system
Trait Implementations§
Source§impl Clone for NvTargetHandle
impl Clone for NvTargetHandle
Source§fn clone(&self) -> NvTargetHandle
fn clone(&self) -> NvTargetHandle
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 NvTargetHandle
impl Debug for NvTargetHandle
Source§impl Default for NvTargetHandle
impl Default for NvTargetHandle
impl Copy for NvTargetHandle
Auto Trait Implementations§
impl Freeze for NvTargetHandle
impl RefUnwindSafe for NvTargetHandle
impl !Send for NvTargetHandle
impl !Sync for NvTargetHandle
impl Unpin for NvTargetHandle
impl UnwindSafe for NvTargetHandle
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