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