#[repr(C)]pub struct SpatialAnchorsQueryCompletionML {
pub ty: StructureType,
pub next: *mut c_void,
pub future_result: Result,
pub uuid_capacity_input: u32,
pub uuid_count_output: u32,
pub uuids: *mut UuidEXT,
}Expand description
See XrSpatialAnchorsQueryCompletionML - defined by XR_ML_spatial_anchors_storage
Fields§
§ty: StructureType§next: *mut c_void§future_result: Result§uuid_capacity_input: u32§uuid_count_output: u32§uuids: *mut UuidEXTImplementations§
Source§impl SpatialAnchorsQueryCompletionML
impl SpatialAnchorsQueryCompletionML
pub const TYPE: StructureType = StructureType::SPATIAL_ANCHORS_QUERY_COMPLETION_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 SpatialAnchorsQueryCompletionML
impl Clone for SpatialAnchorsQueryCompletionML
Source§fn clone(&self) -> SpatialAnchorsQueryCompletionML
fn clone(&self) -> SpatialAnchorsQueryCompletionML
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 SpatialAnchorsQueryCompletionML
Auto Trait Implementations§
impl Freeze for SpatialAnchorsQueryCompletionML
impl RefUnwindSafe for SpatialAnchorsQueryCompletionML
impl !Send for SpatialAnchorsQueryCompletionML
impl !Sync for SpatialAnchorsQueryCompletionML
impl Unpin for SpatialAnchorsQueryCompletionML
impl UnwindSafe for SpatialAnchorsQueryCompletionML
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