Struct openxr_sys::HandMeshIndexBufferMSFT
source · [−]#[repr(C)]pub struct HandMeshIndexBufferMSFT {
pub index_buffer_key: u32,
pub index_capacity_input: u32,
pub index_count_output: u32,
pub indices: *mut u32,
}Expand description
See XrHandMeshIndexBufferMSFT - defined by XR_MSFT_hand_tracking_mesh
Fields
index_buffer_key: u32index_capacity_input: u32index_count_output: u32indices: *mut u32Trait Implementations
sourceimpl Clone for HandMeshIndexBufferMSFT
impl Clone for HandMeshIndexBufferMSFT
sourcefn clone(&self) -> HandMeshIndexBufferMSFT
fn clone(&self) -> HandMeshIndexBufferMSFT
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 HandMeshIndexBufferMSFT
impl Debug for HandMeshIndexBufferMSFT
impl Copy for HandMeshIndexBufferMSFT
Auto Trait Implementations
impl RefUnwindSafe for HandMeshIndexBufferMSFT
impl !Send for HandMeshIndexBufferMSFT
impl !Sync for HandMeshIndexBufferMSFT
impl Unpin for HandMeshIndexBufferMSFT
impl UnwindSafe for HandMeshIndexBufferMSFT
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