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