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