pub struct NvHICHandle(/* private fields */);Expand description
A handle to a Host Interface Card
Trait Implementations§
Source§impl Clone for NvHICHandle
impl Clone for NvHICHandle
Source§fn clone(&self) -> NvHICHandle
fn clone(&self) -> NvHICHandle
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 NvHICHandle
Source§impl Debug for NvHICHandle
impl Debug for NvHICHandle
Auto Trait Implementations§
impl !Send for NvHICHandle
impl !Sync for NvHICHandle
impl Freeze for NvHICHandle
impl RefUnwindSafe for NvHICHandle
impl Unpin for NvHICHandle
impl UnsafeUnpin for NvHICHandle
impl UnwindSafe for NvHICHandle
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