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