#[repr(C)]pub struct SystemSpatialEntityPropertiesFB {
pub ty: StructureType,
pub next: *const c_void,
pub supports_spatial_entity: Bool32,
}Expand description
See XrSystemSpatialEntityPropertiesFB - defined by XR_FB_spatial_entity
Fields
ty: StructureTypenext: *const c_voidsupports_spatial_entity: Bool32Implementations
sourceimpl SystemSpatialEntityPropertiesFB
impl SystemSpatialEntityPropertiesFB
pub const TYPE: StructureType = StructureType::SYSTEM_SPATIAL_ENTITY_PROPERTIES_FB
Trait Implementations
sourceimpl Clone for SystemSpatialEntityPropertiesFB
impl Clone for SystemSpatialEntityPropertiesFB
sourcefn clone(&self) -> SystemSpatialEntityPropertiesFB
fn clone(&self) -> SystemSpatialEntityPropertiesFB
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 moreimpl Copy for SystemSpatialEntityPropertiesFB
Auto Trait Implementations
impl RefUnwindSafe for SystemSpatialEntityPropertiesFB
impl !Send for SystemSpatialEntityPropertiesFB
impl !Sync for SystemSpatialEntityPropertiesFB
impl Unpin for SystemSpatialEntityPropertiesFB
impl UnwindSafe for SystemSpatialEntityPropertiesFB
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