#[repr(C)]pub struct SpatialEntityComponentDataBaseHeaderBD {
pub ty: StructureType,
pub next: *mut c_void,
}Expand description
See XrSpatialEntityComponentDataBaseHeaderBD - defined by XR_BD_spatial_sensing
Fields§
§ty: StructureType§next: *mut c_voidTrait Implementations§
Source§impl Clone for SpatialEntityComponentDataBaseHeaderBD
impl Clone for SpatialEntityComponentDataBaseHeaderBD
Source§fn clone(&self) -> SpatialEntityComponentDataBaseHeaderBD
fn clone(&self) -> SpatialEntityComponentDataBaseHeaderBD
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 moreimpl Copy for SpatialEntityComponentDataBaseHeaderBD
Auto Trait Implementations§
impl Freeze for SpatialEntityComponentDataBaseHeaderBD
impl RefUnwindSafe for SpatialEntityComponentDataBaseHeaderBD
impl !Send for SpatialEntityComponentDataBaseHeaderBD
impl !Sync for SpatialEntityComponentDataBaseHeaderBD
impl Unpin for SpatialEntityComponentDataBaseHeaderBD
impl UnwindSafe for SpatialEntityComponentDataBaseHeaderBD
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