#[repr(C)]pub struct SpatialComponentAnchorListEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub location_count: u32,
pub locations: *mut Posef,
}Expand description
See XrSpatialComponentAnchorListEXT - defined by XR_EXT_spatial_anchor
Fields§
§ty: StructureType§next: *mut c_void§location_count: u32§locations: *mut PosefImplementations§
Source§impl SpatialComponentAnchorListEXT
impl SpatialComponentAnchorListEXT
pub const TYPE: StructureType = StructureType::SPATIAL_COMPONENT_ANCHOR_LIST_EXT
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 SpatialComponentAnchorListEXT
impl Clone for SpatialComponentAnchorListEXT
Source§fn clone(&self) -> SpatialComponentAnchorListEXT
fn clone(&self) -> SpatialComponentAnchorListEXT
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 SpatialComponentAnchorListEXT
Auto Trait Implementations§
impl Freeze for SpatialComponentAnchorListEXT
impl RefUnwindSafe for SpatialComponentAnchorListEXT
impl !Send for SpatialComponentAnchorListEXT
impl !Sync for SpatialComponentAnchorListEXT
impl Unpin for SpatialComponentAnchorListEXT
impl UnwindSafe for SpatialComponentAnchorListEXT
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