#[repr(C)]pub struct CreateSpatialAnchorsCompletionML {
pub ty: StructureType,
pub next: *mut c_void,
pub future_result: Result,
pub space_count: u32,
pub spaces: *mut Space,
}Expand description
See XrCreateSpatialAnchorsCompletionML - defined by XR_ML_spatial_anchors
Fields§
§ty: StructureType§next: *mut c_void§future_result: Result§space_count: u32§spaces: *mut SpaceImplementations§
Source§impl CreateSpatialAnchorsCompletionML
impl CreateSpatialAnchorsCompletionML
pub const TYPE: StructureType = StructureType::CREATE_SPATIAL_ANCHORS_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 CreateSpatialAnchorsCompletionML
impl Clone for CreateSpatialAnchorsCompletionML
Source§fn clone(&self) -> CreateSpatialAnchorsCompletionML
fn clone(&self) -> CreateSpatialAnchorsCompletionML
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 CreateSpatialAnchorsCompletionML
Auto Trait Implementations§
impl Freeze for CreateSpatialAnchorsCompletionML
impl RefUnwindSafe for CreateSpatialAnchorsCompletionML
impl !Send for CreateSpatialAnchorsCompletionML
impl !Sync for CreateSpatialAnchorsCompletionML
impl Unpin for CreateSpatialAnchorsCompletionML
impl UnwindSafe for CreateSpatialAnchorsCompletionML
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