#[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: StructureType
§next: *mut c_void
§result_capacity_input: u32
§result_count_output: u32
§results: *mut SpaceQueryResultFB
Implementations§
Source§impl 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§
Source§impl Clone for SpaceQueryResultsFB
impl Clone for SpaceQueryResultsFB
Source§fn clone(&self) -> SpaceQueryResultsFB
fn clone(&self) -> SpaceQueryResultsFB
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 moreSource§impl Debug for SpaceQueryResultsFB
impl Debug for SpaceQueryResultsFB
impl Copy for SpaceQueryResultsFB
Auto Trait Implementations§
impl Freeze for SpaceQueryResultsFB
impl RefUnwindSafe for SpaceQueryResultsFB
impl !Send for SpaceQueryResultsFB
impl !Sync for SpaceQueryResultsFB
impl Unpin for SpaceQueryResultsFB
impl UnwindSafe for SpaceQueryResultsFB
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