#[repr(C)]pub struct WorldMeshBlockRequestML {
pub ty: StructureType,
pub next: *mut c_void,
pub uuid: UuidEXT,
pub lod: WorldMeshDetectorLodML,
}Expand description
See XrWorldMeshBlockRequestML - defined by XR_ML_world_mesh_detection
Fields§
§ty: StructureType§next: *mut c_void§uuid: UuidEXT§lod: WorldMeshDetectorLodMLImplementations§
Source§impl WorldMeshBlockRequestML
impl WorldMeshBlockRequestML
pub const TYPE: StructureType = StructureType::WORLD_MESH_BLOCK_REQUEST_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 WorldMeshBlockRequestML
impl Clone for WorldMeshBlockRequestML
Source§fn clone(&self) -> WorldMeshBlockRequestML
fn clone(&self) -> WorldMeshBlockRequestML
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 WorldMeshBlockRequestML
impl Debug for WorldMeshBlockRequestML
impl Copy for WorldMeshBlockRequestML
Auto Trait Implementations§
impl Freeze for WorldMeshBlockRequestML
impl RefUnwindSafe for WorldMeshBlockRequestML
impl !Send for WorldMeshBlockRequestML
impl !Sync for WorldMeshBlockRequestML
impl Unpin for WorldMeshBlockRequestML
impl UnwindSafe for WorldMeshBlockRequestML
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