Struct openxr_sys::SpaceQueryResultsFB
source · [−]#[repr(C)]pub struct SpaceQueryResultsFB {
pub ty: StructureType,
pub next: *mut c_void,
pub result_capacity_input: u32,
pub result_count_output: u32,
pub results: *mut SpaceQueryResultFB,
}Expand description
See XrSpaceQueryResultsFB - defined by XR_FB_spatial_entity_query
Fields
ty: StructureTypenext: *mut c_voidresult_capacity_input: u32result_count_output: u32results: *mut SpaceQueryResultFBImplementations
sourceimpl SpaceQueryResultsFB
impl SpaceQueryResultsFB
pub const TYPE: StructureType = StructureType::SPACE_QUERY_RESULTS_FB
sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations
sourceimpl Clone for SpaceQueryResultsFB
impl Clone for SpaceQueryResultsFB
sourcefn clone(&self) -> SpaceQueryResultsFB
fn clone(&self) -> SpaceQueryResultsFB
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 SpaceQueryResultsFB
impl Debug for SpaceQueryResultsFB
impl Copy for SpaceQueryResultsFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceQueryResultsFB
impl !Send for SpaceQueryResultsFB
impl !Sync for SpaceQueryResultsFB
impl Unpin for SpaceQueryResultsFB
impl UnwindSafe for SpaceQueryResultsFB
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