#[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: Time§vertex_capacity_input: u32§vertex_count_output: u32§vertices: *mut HandMeshVertexMSFTTrait Implementations§
Source§impl Clone for HandMeshVertexBufferMSFT
impl Clone for HandMeshVertexBufferMSFT
Source§fn clone(&self) -> HandMeshVertexBufferMSFT
fn clone(&self) -> HandMeshVertexBufferMSFT
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 HandMeshVertexBufferMSFT
Auto Trait Implementations§
impl !Send for HandMeshVertexBufferMSFT
impl !Sync for HandMeshVertexBufferMSFT
impl Freeze for HandMeshVertexBufferMSFT
impl RefUnwindSafe for HandMeshVertexBufferMSFT
impl Unpin for HandMeshVertexBufferMSFT
impl UnsafeUnpin for HandMeshVertexBufferMSFT
impl UnwindSafe for HandMeshVertexBufferMSFT
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