#[repr(C)]pub struct WorldMeshStateRequestInfoML {
pub ty: StructureType,
pub next: *const c_void,
pub base_space: Space,
pub time: Time,
pub bounding_box_center: Posef,
pub bounding_box_extents: Extent3DfEXT,
}Expand description
See XrWorldMeshStateRequestInfoML - defined by XR_ML_world_mesh_detection
Fields§
§ty: StructureType§next: *const c_void§base_space: Space§time: Time§bounding_box_center: Posef§bounding_box_extents: Extent3DfEXTImplementations§
Source§impl WorldMeshStateRequestInfoML
impl WorldMeshStateRequestInfoML
pub const TYPE: StructureType = StructureType::WORLD_MESH_STATE_REQUEST_INFO_ML
Trait Implementations§
Source§impl Clone for WorldMeshStateRequestInfoML
impl Clone for WorldMeshStateRequestInfoML
Source§fn clone(&self) -> WorldMeshStateRequestInfoML
fn clone(&self) -> WorldMeshStateRequestInfoML
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 WorldMeshStateRequestInfoML
impl Debug for WorldMeshStateRequestInfoML
impl Copy for WorldMeshStateRequestInfoML
Auto Trait Implementations§
impl Freeze for WorldMeshStateRequestInfoML
impl RefUnwindSafe for WorldMeshStateRequestInfoML
impl !Send for WorldMeshStateRequestInfoML
impl !Sync for WorldMeshStateRequestInfoML
impl Unpin for WorldMeshStateRequestInfoML
impl UnwindSafe for WorldMeshStateRequestInfoML
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