#[repr(C)]pub struct SpatialComponentDataQueryConditionEXT {
pub ty: StructureType,
pub next: *const c_void,
pub component_type_count: u32,
pub component_types: *const SpatialComponentTypeEXT,
}Expand description
See XrSpatialComponentDataQueryConditionEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§component_type_count: u32§component_types: *const SpatialComponentTypeEXTImplementations§
Source§impl SpatialComponentDataQueryConditionEXT
impl SpatialComponentDataQueryConditionEXT
pub const TYPE: StructureType = StructureType::SPATIAL_COMPONENT_DATA_QUERY_CONDITION_EXT
Trait Implementations§
Source§impl Clone for SpatialComponentDataQueryConditionEXT
impl Clone for SpatialComponentDataQueryConditionEXT
Source§fn clone(&self) -> SpatialComponentDataQueryConditionEXT
fn clone(&self) -> SpatialComponentDataQueryConditionEXT
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 SpatialComponentDataQueryConditionEXT
Auto Trait Implementations§
impl Freeze for SpatialComponentDataQueryConditionEXT
impl RefUnwindSafe for SpatialComponentDataQueryConditionEXT
impl !Send for SpatialComponentDataQueryConditionEXT
impl !Sync for SpatialComponentDataQueryConditionEXT
impl Unpin for SpatialComponentDataQueryConditionEXT
impl UnwindSafe for SpatialComponentDataQueryConditionEXT
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