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