#[repr(C)]pub struct SystemHandTrackingMeshPropertiesMSFT {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_hand_tracking_mesh: Bool32,
pub max_hand_mesh_index_count: u32,
pub max_hand_mesh_vertex_count: u32,
}Expand description
See XrSystemHandTrackingMeshPropertiesMSFT - defined by XR_MSFT_hand_tracking_mesh
Fields
ty: StructureTypenext: *mut c_voidsupports_hand_tracking_mesh: Bool32max_hand_mesh_index_count: u32max_hand_mesh_vertex_count: u32Implementations
sourceimpl SystemHandTrackingMeshPropertiesMSFT
impl SystemHandTrackingMeshPropertiesMSFT
pub const TYPE: StructureType = StructureType::SYSTEM_HAND_TRACKING_MESH_PROPERTIES_MSFT
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SystemHandTrackingMeshPropertiesMSFT
impl Clone for SystemHandTrackingMeshPropertiesMSFT
sourcefn clone(&self) -> SystemHandTrackingMeshPropertiesMSFT
fn clone(&self) -> SystemHandTrackingMeshPropertiesMSFT
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 moreimpl Copy for SystemHandTrackingMeshPropertiesMSFT
Auto Trait Implementations
impl RefUnwindSafe for SystemHandTrackingMeshPropertiesMSFT
impl !Send for SystemHandTrackingMeshPropertiesMSFT
impl !Sync for SystemHandTrackingMeshPropertiesMSFT
impl Unpin for SystemHandTrackingMeshPropertiesMSFT
impl UnwindSafe for SystemHandTrackingMeshPropertiesMSFT
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