#[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_voidTrait 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 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for SpaceQueryInfoBaseHeaderFB
Auto Trait Implementations§
impl !Send for SpaceQueryInfoBaseHeaderFB
impl !Sync for SpaceQueryInfoBaseHeaderFB
impl Freeze for SpaceQueryInfoBaseHeaderFB
impl RefUnwindSafe for SpaceQueryInfoBaseHeaderFB
impl Unpin for SpaceQueryInfoBaseHeaderFB
impl UnsafeUnpin 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