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