#[repr(C)]pub struct SpatialComponentParentListEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub parent_count: u32,
pub parents: *mut SpatialEntityIdEXT,
}Expand description
See XrSpatialComponentParentListEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *mut c_void§parent_count: u32§parents: *mut SpatialEntityIdEXTImplementations§
Source§impl SpatialComponentParentListEXT
impl SpatialComponentParentListEXT
pub const TYPE: StructureType = StructureType::SPATIAL_COMPONENT_PARENT_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 SpatialComponentParentListEXT
impl Clone for SpatialComponentParentListEXT
Source§fn clone(&self) -> SpatialComponentParentListEXT
fn clone(&self) -> SpatialComponentParentListEXT
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 SpatialComponentParentListEXT
Auto Trait Implementations§
impl Freeze for SpatialComponentParentListEXT
impl RefUnwindSafe for SpatialComponentParentListEXT
impl !Send for SpatialComponentParentListEXT
impl !Sync for SpatialComponentParentListEXT
impl Unpin for SpatialComponentParentListEXT
impl UnwindSafe for SpatialComponentParentListEXT
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