Struct openxr_sys::SpaceQueryInfoBaseHeaderFB
source · [−]#[repr(C)]pub struct SpaceQueryInfoBaseHeaderFB {
pub ty: StructureType,
pub next: *const c_void,
}Expand description
See XrSpaceQueryInfoBaseHeaderFB - defined by XR_FB_spatial_entity_query
Fields
ty: StructureTypenext: *const c_voidTrait Implementations
sourceimpl Clone for SpaceQueryInfoBaseHeaderFB
impl Clone for SpaceQueryInfoBaseHeaderFB
sourcefn clone(&self) -> SpaceQueryInfoBaseHeaderFB
fn clone(&self) -> SpaceQueryInfoBaseHeaderFB
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 SpaceQueryInfoBaseHeaderFB
impl Debug for SpaceQueryInfoBaseHeaderFB
impl Copy for SpaceQueryInfoBaseHeaderFB
Auto Trait Implementations
impl RefUnwindSafe for SpaceQueryInfoBaseHeaderFB
impl !Send for SpaceQueryInfoBaseHeaderFB
impl !Sync for SpaceQueryInfoBaseHeaderFB
impl Unpin for SpaceQueryInfoBaseHeaderFB
impl UnwindSafe for SpaceQueryInfoBaseHeaderFB
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