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