#[repr(C)]pub struct EventDataSpatialDiscoveryRecommendedEXT {
pub ty: StructureType,
pub next: *const c_void,
pub spatial_context: SpatialContextEXT,
}Expand description
See XrEventDataSpatialDiscoveryRecommendedEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§spatial_context: SpatialContextEXTImplementations§
Source§impl EventDataSpatialDiscoveryRecommendedEXT
impl EventDataSpatialDiscoveryRecommendedEXT
pub const TYPE: StructureType = StructureType::EVENT_DATA_SPATIAL_DISCOVERY_RECOMMENDED_EXT
Trait Implementations§
Source§impl Clone for EventDataSpatialDiscoveryRecommendedEXT
impl Clone for EventDataSpatialDiscoveryRecommendedEXT
Source§fn clone(&self) -> EventDataSpatialDiscoveryRecommendedEXT
fn clone(&self) -> EventDataSpatialDiscoveryRecommendedEXT
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 EventDataSpatialDiscoveryRecommendedEXT
Auto Trait Implementations§
impl Freeze for EventDataSpatialDiscoveryRecommendedEXT
impl RefUnwindSafe for EventDataSpatialDiscoveryRecommendedEXT
impl !Send for EventDataSpatialDiscoveryRecommendedEXT
impl !Sync for EventDataSpatialDiscoveryRecommendedEXT
impl Unpin for EventDataSpatialDiscoveryRecommendedEXT
impl UnwindSafe for EventDataSpatialDiscoveryRecommendedEXT
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