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