#[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: StructureType
§next: *const c_void
Trait Implementations§
Source§impl Clone for SpaceQueryInfoBaseHeaderFB
impl Clone for SpaceQueryInfoBaseHeaderFB
Source§fn clone(&self) -> SpaceQueryInfoBaseHeaderFB
fn clone(&self) -> SpaceQueryInfoBaseHeaderFB
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 SpaceQueryInfoBaseHeaderFB
impl Debug for SpaceQueryInfoBaseHeaderFB
impl Copy for SpaceQueryInfoBaseHeaderFB
Auto Trait Implementations§
impl Freeze for SpaceQueryInfoBaseHeaderFB
impl RefUnwindSafe for SpaceQueryInfoBaseHeaderFB
impl !Send for SpaceQueryInfoBaseHeaderFB
impl !Sync for SpaceQueryInfoBaseHeaderFB
impl Unpin for SpaceQueryInfoBaseHeaderFB
impl UnwindSafe for SpaceQueryInfoBaseHeaderFB
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