#[repr(C)]pub struct EventDataColocationDiscoveryCompleteMETA {
pub ty: StructureType,
pub next: *const c_void,
pub discovery_request_id: AsyncRequestIdFB,
pub result: Result,
}Expand description
See XrEventDataColocationDiscoveryCompleteMETA - defined by XR_META_colocation_discovery
Fields§
§ty: StructureType§next: *const c_void§discovery_request_id: AsyncRequestIdFB§result: ResultImplementations§
Source§impl EventDataColocationDiscoveryCompleteMETA
impl EventDataColocationDiscoveryCompleteMETA
pub const TYPE: StructureType = StructureType::EVENT_DATA_COLOCATION_DISCOVERY_COMPLETE_META
Trait Implementations§
Source§impl Clone for EventDataColocationDiscoveryCompleteMETA
impl Clone for EventDataColocationDiscoveryCompleteMETA
Source§fn clone(&self) -> EventDataColocationDiscoveryCompleteMETA
fn clone(&self) -> EventDataColocationDiscoveryCompleteMETA
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 EventDataColocationDiscoveryCompleteMETA
Auto Trait Implementations§
impl Freeze for EventDataColocationDiscoveryCompleteMETA
impl RefUnwindSafe for EventDataColocationDiscoveryCompleteMETA
impl !Send for EventDataColocationDiscoveryCompleteMETA
impl !Sync for EventDataColocationDiscoveryCompleteMETA
impl Unpin for EventDataColocationDiscoveryCompleteMETA
impl UnwindSafe for EventDataColocationDiscoveryCompleteMETA
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