#[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: StructureType
§next: *const c_void
§supports_spatial_entity: Bool32
Implementations§
Source§impl SystemSpatialEntityPropertiesFB
impl SystemSpatialEntityPropertiesFB
pub const TYPE: StructureType = StructureType::SYSTEM_SPATIAL_ENTITY_PROPERTIES_FB
Trait Implementations§
Source§impl Clone for SystemSpatialEntityPropertiesFB
impl Clone for SystemSpatialEntityPropertiesFB
Source§fn clone(&self) -> SystemSpatialEntityPropertiesFB
fn clone(&self) -> SystemSpatialEntityPropertiesFB
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 SystemSpatialEntityPropertiesFB
Auto Trait Implementations§
impl Freeze for SystemSpatialEntityPropertiesFB
impl RefUnwindSafe for SystemSpatialEntityPropertiesFB
impl !Send for SystemSpatialEntityPropertiesFB
impl !Sync for SystemSpatialEntityPropertiesFB
impl Unpin for SystemSpatialEntityPropertiesFB
impl UnwindSafe for SystemSpatialEntityPropertiesFB
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