#[repr(C)]pub struct WorldMeshDetectorCreateInfoML {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
See XrWorldMeshDetectorCreateInfoML - defined by XR_ML_world_mesh_detection
Fields§
§ty: StructureType§next: *const c_voidImplementations§
Source§impl WorldMeshDetectorCreateInfoML
impl WorldMeshDetectorCreateInfoML
pub const TYPE: StructureType = StructureType::WORLD_MESH_DETECTOR_CREATE_INFO_ML
Trait Implementations§
Source§impl Clone for WorldMeshDetectorCreateInfoML
impl Clone for WorldMeshDetectorCreateInfoML
Source§fn clone(&self) -> WorldMeshDetectorCreateInfoML
fn clone(&self) -> WorldMeshDetectorCreateInfoML
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 WorldMeshDetectorCreateInfoML
Auto Trait Implementations§
impl Freeze for WorldMeshDetectorCreateInfoML
impl RefUnwindSafe for WorldMeshDetectorCreateInfoML
impl !Send for WorldMeshDetectorCreateInfoML
impl !Sync for WorldMeshDetectorCreateInfoML
impl Unpin for WorldMeshDetectorCreateInfoML
impl UnwindSafe for WorldMeshDetectorCreateInfoML
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