#[repr(C)]pub struct SystemSpatialScenePropertiesBD {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_spatial_scene: Bool32,
}Expand description
See XrSystemSpatialScenePropertiesBD - defined by XR_BD_spatial_scene
Fields§
§ty: StructureType§next: *mut c_void§supports_spatial_scene: Bool32Implementations§
Source§impl SystemSpatialScenePropertiesBD
impl SystemSpatialScenePropertiesBD
pub const TYPE: StructureType = StructureType::SYSTEM_SPATIAL_SCENE_PROPERTIES_BD
Sourcepub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
pub fn out(next: *mut BaseOutStructure) -> MaybeUninit<Self>
Construct a partially-initialized value suitable for passing to OpenXR
Trait Implementations§
Source§impl Clone for SystemSpatialScenePropertiesBD
impl Clone for SystemSpatialScenePropertiesBD
Source§fn clone(&self) -> SystemSpatialScenePropertiesBD
fn clone(&self) -> SystemSpatialScenePropertiesBD
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 SystemSpatialScenePropertiesBD
Auto Trait Implementations§
impl Freeze for SystemSpatialScenePropertiesBD
impl RefUnwindSafe for SystemSpatialScenePropertiesBD
impl !Send for SystemSpatialScenePropertiesBD
impl !Sync for SystemSpatialScenePropertiesBD
impl Unpin for SystemSpatialScenePropertiesBD
impl UnwindSafe for SystemSpatialScenePropertiesBD
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