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