#[repr(C)]pub struct SpatialAnchorCompletionResultML {
pub uuid: UuidEXT,
pub result: Result,
}Expand description
See XrSpatialAnchorCompletionResultML - defined by XR_ML_spatial_anchors_storage
Fields§
§uuid: UuidEXT§result: ResultTrait Implementations§
Source§impl Clone for SpatialAnchorCompletionResultML
impl Clone for SpatialAnchorCompletionResultML
Source§fn clone(&self) -> SpatialAnchorCompletionResultML
fn clone(&self) -> SpatialAnchorCompletionResultML
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 moreSource§impl Default for SpatialAnchorCompletionResultML
impl Default for SpatialAnchorCompletionResultML
Source§fn default() -> SpatialAnchorCompletionResultML
fn default() -> SpatialAnchorCompletionResultML
Returns the “default value” for a type. Read more
Source§impl PartialEq for SpatialAnchorCompletionResultML
impl PartialEq for SpatialAnchorCompletionResultML
Source§fn eq(&self, other: &SpatialAnchorCompletionResultML) -> bool
fn eq(&self, other: &SpatialAnchorCompletionResultML) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SpatialAnchorCompletionResultML
impl StructuralPartialEq for SpatialAnchorCompletionResultML
Auto Trait Implementations§
impl Freeze for SpatialAnchorCompletionResultML
impl RefUnwindSafe for SpatialAnchorCompletionResultML
impl Send for SpatialAnchorCompletionResultML
impl Sync for SpatialAnchorCompletionResultML
impl Unpin for SpatialAnchorCompletionResultML
impl UnwindSafe for SpatialAnchorCompletionResultML
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