#[repr(C)]pub struct SpaceQueryResultFB {
pub space: Space,
pub uuid: UuidEXT,
}
Expand description
See XrSpaceQueryResultFB - defined by XR_FB_spatial_entity_query
Fields§
§space: Space
§uuid: UuidEXT
Trait Implementations§
Source§impl Clone for SpaceQueryResultFB
impl Clone for SpaceQueryResultFB
Source§fn clone(&self) -> SpaceQueryResultFB
fn clone(&self) -> SpaceQueryResultFB
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 SpaceQueryResultFB
impl Debug for SpaceQueryResultFB
impl Copy for SpaceQueryResultFB
Auto Trait Implementations§
impl Freeze for SpaceQueryResultFB
impl RefUnwindSafe for SpaceQueryResultFB
impl Send for SpaceQueryResultFB
impl Sync for SpaceQueryResultFB
impl Unpin for SpaceQueryResultFB
impl UnwindSafe for SpaceQueryResultFB
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