pub struct Nv3DVPTransceiverHandle(/* private fields */);Expand description
A handle for a 3DVP RF transceiver
Trait Implementations§
Source§impl Clone for Nv3DVPTransceiverHandle
impl Clone for Nv3DVPTransceiverHandle
Source§fn clone(&self) -> Nv3DVPTransceiverHandle
fn clone(&self) -> Nv3DVPTransceiverHandle
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 Nv3DVPTransceiverHandle
impl Debug for Nv3DVPTransceiverHandle
Source§impl Default for Nv3DVPTransceiverHandle
impl Default for Nv3DVPTransceiverHandle
impl Copy for Nv3DVPTransceiverHandle
Auto Trait Implementations§
impl Freeze for Nv3DVPTransceiverHandle
impl RefUnwindSafe for Nv3DVPTransceiverHandle
impl !Send for Nv3DVPTransceiverHandle
impl !Sync for Nv3DVPTransceiverHandle
impl Unpin for Nv3DVPTransceiverHandle
impl UnwindSafe for Nv3DVPTransceiverHandle
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