#[repr(C)]pub struct WorldMeshStateRequestCompletionML {
pub ty: StructureType,
pub next: *mut c_void,
pub future_result: Result,
pub timestamp: Time,
pub mesh_block_state_capacity_input: u32,
pub mesh_block_state_count_output: u32,
pub mesh_block_states: *mut WorldMeshBlockStateML,
}Expand description
See XrWorldMeshStateRequestCompletionML - defined by XR_ML_world_mesh_detection
Fields§
§ty: StructureType§next: *mut c_void§future_result: Result§timestamp: Time§mesh_block_state_capacity_input: u32§mesh_block_state_count_output: u32§mesh_block_states: *mut WorldMeshBlockStateMLImplementations§
Source§impl WorldMeshStateRequestCompletionML
impl WorldMeshStateRequestCompletionML
pub const TYPE: StructureType = StructureType::WORLD_MESH_STATE_REQUEST_COMPLETION_ML
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§
Source§impl Clone for WorldMeshStateRequestCompletionML
impl Clone for WorldMeshStateRequestCompletionML
Source§fn clone(&self) -> WorldMeshStateRequestCompletionML
fn clone(&self) -> WorldMeshStateRequestCompletionML
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 moreimpl Copy for WorldMeshStateRequestCompletionML
Auto Trait Implementations§
impl Freeze for WorldMeshStateRequestCompletionML
impl RefUnwindSafe for WorldMeshStateRequestCompletionML
impl !Send for WorldMeshStateRequestCompletionML
impl !Sync for WorldMeshStateRequestCompletionML
impl Unpin for WorldMeshStateRequestCompletionML
impl UnwindSafe for WorldMeshStateRequestCompletionML
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