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