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