Struct openxr_sys::EventDataSpaceQueryCompleteFB
source · [−]#[repr(C)]pub struct EventDataSpaceQueryCompleteFB {
pub ty: StructureType,
pub next: *const c_void,
pub request_id: AsyncRequestIdFB,
pub result: Result,
}Expand description
See XrEventDataSpaceQueryCompleteFB - defined by XR_FB_spatial_entity_query
Fields
ty: StructureTypenext: *const c_voidrequest_id: AsyncRequestIdFBresult: ResultImplementations
sourceimpl EventDataSpaceQueryCompleteFB
impl EventDataSpaceQueryCompleteFB
pub const TYPE: StructureType = StructureType::EVENT_DATA_SPACE_QUERY_COMPLETE_FB
Trait Implementations
sourceimpl Clone for EventDataSpaceQueryCompleteFB
impl Clone for EventDataSpaceQueryCompleteFB
sourcefn clone(&self) -> EventDataSpaceQueryCompleteFB
fn clone(&self) -> EventDataSpaceQueryCompleteFB
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for EventDataSpaceQueryCompleteFB
impl Debug for EventDataSpaceQueryCompleteFB
impl Copy for EventDataSpaceQueryCompleteFB
Auto Trait Implementations
impl RefUnwindSafe for EventDataSpaceQueryCompleteFB
impl !Send for EventDataSpaceQueryCompleteFB
impl !Sync for EventDataSpaceQueryCompleteFB
impl Unpin for EventDataSpaceQueryCompleteFB
impl UnwindSafe for EventDataSpaceQueryCompleteFB
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more