#[repr(C)]pub struct SpatialEntityComponentDataPolygonBD {
pub ty: StructureType,
pub next: *mut c_void,
pub vertex_capacity_input: u32,
pub vertex_count_output: u32,
pub vertices: *mut Vector2f,
}Expand description
See XrSpatialEntityComponentDataPolygonBD - defined by XR_BD_spatial_sensing
Fields§
§ty: StructureType§next: *mut c_void§vertex_capacity_input: u32§vertex_count_output: u32§vertices: *mut Vector2fImplementations§
Source§impl SpatialEntityComponentDataPolygonBD
impl SpatialEntityComponentDataPolygonBD
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_COMPONENT_DATA_POLYGON_BD
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 SpatialEntityComponentDataPolygonBD
impl Clone for SpatialEntityComponentDataPolygonBD
Source§fn clone(&self) -> SpatialEntityComponentDataPolygonBD
fn clone(&self) -> SpatialEntityComponentDataPolygonBD
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 SpatialEntityComponentDataPolygonBD
Auto Trait Implementations§
impl Freeze for SpatialEntityComponentDataPolygonBD
impl RefUnwindSafe for SpatialEntityComponentDataPolygonBD
impl !Send for SpatialEntityComponentDataPolygonBD
impl !Sync for SpatialEntityComponentDataPolygonBD
impl Unpin for SpatialEntityComponentDataPolygonBD
impl UnwindSafe for SpatialEntityComponentDataPolygonBD
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