#[repr(C)]pub struct SpatialEntityComponentGetInfoBD {
pub ty: StructureType,
pub next: *const c_void,
pub entity_id: SpatialEntityIdBD,
pub component_type: SpatialEntityComponentTypeBD,
}Expand description
See XrSpatialEntityComponentGetInfoBD - defined by XR_BD_spatial_sensing
Fields§
§ty: StructureType§next: *const c_void§entity_id: SpatialEntityIdBD§component_type: SpatialEntityComponentTypeBDImplementations§
Source§impl SpatialEntityComponentGetInfoBD
impl SpatialEntityComponentGetInfoBD
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_COMPONENT_GET_INFO_BD
Trait Implementations§
Source§impl Clone for SpatialEntityComponentGetInfoBD
impl Clone for SpatialEntityComponentGetInfoBD
Source§fn clone(&self) -> SpatialEntityComponentGetInfoBD
fn clone(&self) -> SpatialEntityComponentGetInfoBD
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 SpatialEntityComponentGetInfoBD
Auto Trait Implementations§
impl Freeze for SpatialEntityComponentGetInfoBD
impl RefUnwindSafe for SpatialEntityComponentGetInfoBD
impl !Send for SpatialEntityComponentGetInfoBD
impl !Sync for SpatialEntityComponentGetInfoBD
impl Unpin for SpatialEntityComponentGetInfoBD
impl UnwindSafe for SpatialEntityComponentGetInfoBD
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