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 (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 NvTargetHandle
Source§impl Debug for NvTargetHandle
impl Debug for NvTargetHandle
Auto Trait Implementations§
impl !Send for NvTargetHandle
impl !Sync for NvTargetHandle
impl Freeze for NvTargetHandle
impl RefUnwindSafe for NvTargetHandle
impl Unpin for NvTargetHandle
impl UnsafeUnpin 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