Struct openxr_sys::HandMeshVertexMSFT
source · [−]Expand description
See XrHandMeshVertexMSFT - defined by XR_MSFT_hand_tracking_mesh
Fields
position: Vector3fnormal: Vector3fTrait Implementations
sourceimpl Clone for HandMeshVertexMSFT
impl Clone for HandMeshVertexMSFT
sourcefn clone(&self) -> HandMeshVertexMSFT
fn clone(&self) -> HandMeshVertexMSFT
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for HandMeshVertexMSFT
impl Debug for HandMeshVertexMSFT
sourceimpl Default for HandMeshVertexMSFT
impl Default for HandMeshVertexMSFT
sourcefn default() -> HandMeshVertexMSFT
fn default() -> HandMeshVertexMSFT
Returns the “default value” for a type. Read more
sourceimpl PartialEq<HandMeshVertexMSFT> for HandMeshVertexMSFT
impl PartialEq<HandMeshVertexMSFT> for HandMeshVertexMSFT
sourcefn eq(&self, other: &HandMeshVertexMSFT) -> bool
fn eq(&self, other: &HandMeshVertexMSFT) -> bool
impl Copy for HandMeshVertexMSFT
impl StructuralPartialEq for HandMeshVertexMSFT
Auto Trait Implementations
impl RefUnwindSafe for HandMeshVertexMSFT
impl Send for HandMeshVertexMSFT
impl Sync for HandMeshVertexMSFT
impl Unpin for HandMeshVertexMSFT
impl UnwindSafe for HandMeshVertexMSFT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more