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