#[repr(C)]pub struct WorldMeshBlockStateML {
pub ty: StructureType,
pub next: *mut c_void,
pub uuid: UuidEXT,
pub mesh_bounding_box_center: Posef,
pub mesh_bounding_box_extents: Extent3DfEXT,
pub last_update_time: Time,
pub status: WorldMeshBlockStatusML,
}Expand description
See XrWorldMeshBlockStateML - defined by XR_ML_world_mesh_detection
Fields§
§ty: StructureType§next: *mut c_void§uuid: UuidEXT§mesh_bounding_box_center: Posef§mesh_bounding_box_extents: Extent3DfEXT§last_update_time: Time§status: WorldMeshBlockStatusMLImplementations§
Source§impl WorldMeshBlockStateML
impl WorldMeshBlockStateML
pub const TYPE: StructureType = StructureType::WORLD_MESH_BLOCK_STATE_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 WorldMeshBlockStateML
impl Clone for WorldMeshBlockStateML
Source§fn clone(&self) -> WorldMeshBlockStateML
fn clone(&self) -> WorldMeshBlockStateML
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 WorldMeshBlockStateML
impl Debug for WorldMeshBlockStateML
impl Copy for WorldMeshBlockStateML
Auto Trait Implementations§
impl Freeze for WorldMeshBlockStateML
impl RefUnwindSafe for WorldMeshBlockStateML
impl !Send for WorldMeshBlockStateML
impl !Sync for WorldMeshBlockStateML
impl Unpin for WorldMeshBlockStateML
impl UnwindSafe for WorldMeshBlockStateML
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