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 · 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 NvSourceHandle
impl Debug for NvSourceHandle
Source§impl Default for NvSourceHandle
impl Default for NvSourceHandle
impl Copy for NvSourceHandle
Auto Trait Implementations§
impl Freeze for NvSourceHandle
impl RefUnwindSafe for NvSourceHandle
impl !Send for NvSourceHandle
impl !Sync for NvSourceHandle
impl Unpin 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