#[repr(C)]pub struct SpatialEntityComponentDataLocationBD {
pub ty: StructureType,
pub next: *mut c_void,
pub location: SpaceLocation,
}Expand description
See XrSpatialEntityComponentDataLocationBD - defined by XR_BD_spatial_sensing
Fields§
§ty: StructureType§next: *mut c_void§location: SpaceLocationImplementations§
Source§impl SpatialEntityComponentDataLocationBD
impl SpatialEntityComponentDataLocationBD
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_COMPONENT_DATA_LOCATION_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 SpatialEntityComponentDataLocationBD
impl Clone for SpatialEntityComponentDataLocationBD
Source§fn clone(&self) -> SpatialEntityComponentDataLocationBD
fn clone(&self) -> SpatialEntityComponentDataLocationBD
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 SpatialEntityComponentDataLocationBD
Auto Trait Implementations§
impl Freeze for SpatialEntityComponentDataLocationBD
impl RefUnwindSafe for SpatialEntityComponentDataLocationBD
impl !Send for SpatialEntityComponentDataLocationBD
impl !Sync for SpatialEntityComponentDataLocationBD
impl Unpin for SpatialEntityComponentDataLocationBD
impl UnwindSafe for SpatialEntityComponentDataLocationBD
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