#[repr(C)]pub struct SpatialEntityFromIdCreateInfoEXT {
pub ty: StructureType,
pub next: *const c_void,
pub entity_id: SpatialEntityIdEXT,
}Expand description
See XrSpatialEntityFromIdCreateInfoEXT - defined by XR_EXT_spatial_entity
Fields§
§ty: StructureType§next: *const c_void§entity_id: SpatialEntityIdEXTImplementations§
Source§impl SpatialEntityFromIdCreateInfoEXT
impl SpatialEntityFromIdCreateInfoEXT
pub const TYPE: StructureType = StructureType::SPATIAL_ENTITY_FROM_ID_CREATE_INFO_EXT
Trait Implementations§
Source§impl Clone for SpatialEntityFromIdCreateInfoEXT
impl Clone for SpatialEntityFromIdCreateInfoEXT
Source§fn clone(&self) -> SpatialEntityFromIdCreateInfoEXT
fn clone(&self) -> SpatialEntityFromIdCreateInfoEXT
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 SpatialEntityFromIdCreateInfoEXT
Auto Trait Implementations§
impl Freeze for SpatialEntityFromIdCreateInfoEXT
impl RefUnwindSafe for SpatialEntityFromIdCreateInfoEXT
impl !Send for SpatialEntityFromIdCreateInfoEXT
impl !Sync for SpatialEntityFromIdCreateInfoEXT
impl Unpin for SpatialEntityFromIdCreateInfoEXT
impl UnwindSafe for SpatialEntityFromIdCreateInfoEXT
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