#[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: u32
§index_capacity_input: u32
§index_count_output: u32
§indices: *mut u32
Trait Implementations§
Source§impl Clone for HandMeshIndexBufferMSFT
impl Clone for HandMeshIndexBufferMSFT
Source§fn clone(&self) -> HandMeshIndexBufferMSFT
fn clone(&self) -> HandMeshIndexBufferMSFT
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 HandMeshIndexBufferMSFT
impl Debug for HandMeshIndexBufferMSFT
impl Copy for HandMeshIndexBufferMSFT
Auto Trait Implementations§
impl Freeze for HandMeshIndexBufferMSFT
impl RefUnwindSafe for HandMeshIndexBufferMSFT
impl !Send for HandMeshIndexBufferMSFT
impl !Sync for HandMeshIndexBufferMSFT
impl Unpin for HandMeshIndexBufferMSFT
impl UnwindSafe for HandMeshIndexBufferMSFT
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