#[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 u32Trait 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 (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 HandMeshIndexBufferMSFT
Auto Trait Implementations§
impl !Send for HandMeshIndexBufferMSFT
impl !Sync for HandMeshIndexBufferMSFT
impl Freeze for HandMeshIndexBufferMSFT
impl RefUnwindSafe for HandMeshIndexBufferMSFT
impl Unpin for HandMeshIndexBufferMSFT
impl UnsafeUnpin 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