Struct openxr_sys::SpaceQueryResultFB
source · [−]Expand description
See XrSpaceQueryResultFB - defined by XR_FB_spatial_entity_query
Fields
space: Spaceuuid: UuidEXTTrait Implementations
sourceimpl Clone for SpaceQueryResultFB
impl Clone for SpaceQueryResultFB
sourcefn clone(&self) -> SpaceQueryResultFB
fn clone(&self) -> SpaceQueryResultFB
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 SpaceQueryResultFB
impl Debug for SpaceQueryResultFB
impl Copy for SpaceQueryResultFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceQueryResultFB
impl Send for SpaceQueryResultFB
impl Sync for SpaceQueryResultFB
impl Unpin for SpaceQueryResultFB
impl UnwindSafe for SpaceQueryResultFB
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