#[repr(C)]pub struct SpatialComponentMarkerListEXT {
pub ty: StructureType,
pub next: *mut c_void,
pub marker_count: u32,
pub markers: *mut SpatialMarkerDataEXT,
}Expand description
See XrSpatialComponentMarkerListEXT - defined by XR_EXT_spatial_marker_tracking
Fields§
§ty: StructureType§next: *mut c_void§marker_count: u32§markers: *mut SpatialMarkerDataEXTImplementations§
Source§impl SpatialComponentMarkerListEXT
impl SpatialComponentMarkerListEXT
pub const TYPE: StructureType = StructureType::SPATIAL_COMPONENT_MARKER_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 SpatialComponentMarkerListEXT
impl Clone for SpatialComponentMarkerListEXT
Source§fn clone(&self) -> SpatialComponentMarkerListEXT
fn clone(&self) -> SpatialComponentMarkerListEXT
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 SpatialComponentMarkerListEXT
Auto Trait Implementations§
impl Freeze for SpatialComponentMarkerListEXT
impl RefUnwindSafe for SpatialComponentMarkerListEXT
impl !Send for SpatialComponentMarkerListEXT
impl !Sync for SpatialComponentMarkerListEXT
impl Unpin for SpatialComponentMarkerListEXT
impl UnwindSafe for SpatialComponentMarkerListEXT
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