Struct openxr_sys::HandMeshVertexBufferMSFT
source · [−]#[repr(C)]pub struct HandMeshVertexBufferMSFT {
pub vertex_update_time: Time,
pub vertex_capacity_input: u32,
pub vertex_count_output: u32,
pub vertices: *mut HandMeshVertexMSFT,
}Expand description
See XrHandMeshVertexBufferMSFT - defined by XR_MSFT_hand_tracking_mesh
Fields
vertex_update_time: Timevertex_capacity_input: u32vertex_count_output: u32vertices: *mut HandMeshVertexMSFTTrait Implementations
sourceimpl Clone for HandMeshVertexBufferMSFT
impl Clone for HandMeshVertexBufferMSFT
sourcefn clone(&self) -> HandMeshVertexBufferMSFT
fn clone(&self) -> HandMeshVertexBufferMSFT
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 HandMeshVertexBufferMSFT
impl Debug for HandMeshVertexBufferMSFT
impl Copy for HandMeshVertexBufferMSFT
Auto Trait Implementations
impl RefUnwindSafe for HandMeshVertexBufferMSFT
impl !Send for HandMeshVertexBufferMSFT
impl !Sync for HandMeshVertexBufferMSFT
impl Unpin for HandMeshVertexBufferMSFT
impl UnwindSafe for HandMeshVertexBufferMSFT
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