#[repr(C)]pub struct WorldMeshGetInfoML {
pub ty: StructureType,
pub next: *const c_void,
pub flags: WorldMeshDetectorFlagsML,
pub fill_hole_length: f32,
pub disconnected_component_area: f32,
pub block_count: u32,
pub blocks: *mut WorldMeshBlockRequestML,
}Expand description
See XrWorldMeshGetInfoML - defined by XR_ML_world_mesh_detection
Fields§
§ty: StructureType§next: *const c_void§flags: WorldMeshDetectorFlagsML§fill_hole_length: f32§disconnected_component_area: f32§block_count: u32§blocks: *mut WorldMeshBlockRequestMLImplementations§
Source§impl WorldMeshGetInfoML
impl WorldMeshGetInfoML
pub const TYPE: StructureType = StructureType::WORLD_MESH_GET_INFO_ML
Trait Implementations§
Source§impl Clone for WorldMeshGetInfoML
impl Clone for WorldMeshGetInfoML
Source§fn clone(&self) -> WorldMeshGetInfoML
fn clone(&self) -> WorldMeshGetInfoML
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 WorldMeshGetInfoML
impl Debug for WorldMeshGetInfoML
impl Copy for WorldMeshGetInfoML
Auto Trait Implementations§
impl Freeze for WorldMeshGetInfoML
impl RefUnwindSafe for WorldMeshGetInfoML
impl !Send for WorldMeshGetInfoML
impl !Sync for WorldMeshGetInfoML
impl Unpin for WorldMeshGetInfoML
impl UnwindSafe for WorldMeshGetInfoML
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