#[repr(C)]pub struct SystemEnvironmentDepthPropertiesMETA {
pub ty: StructureType,
pub next: *mut c_void,
pub supports_environment_depth: Bool32,
pub supports_hand_removal: Bool32,
}
Expand description
See XrSystemEnvironmentDepthPropertiesMETA - defined by XR_META_environment_depth
Fields§
§ty: StructureType
§next: *mut c_void
§supports_environment_depth: Bool32
§supports_hand_removal: Bool32
Implementations§
Source§impl SystemEnvironmentDepthPropertiesMETA
impl SystemEnvironmentDepthPropertiesMETA
pub const TYPE: StructureType = StructureType::SYSTEM_ENVIRONMENT_DEPTH_PROPERTIES_META
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 SystemEnvironmentDepthPropertiesMETA
impl Clone for SystemEnvironmentDepthPropertiesMETA
Source§fn clone(&self) -> SystemEnvironmentDepthPropertiesMETA
fn clone(&self) -> SystemEnvironmentDepthPropertiesMETA
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 SystemEnvironmentDepthPropertiesMETA
Auto Trait Implementations§
impl Freeze for SystemEnvironmentDepthPropertiesMETA
impl RefUnwindSafe for SystemEnvironmentDepthPropertiesMETA
impl !Send for SystemEnvironmentDepthPropertiesMETA
impl !Sync for SystemEnvironmentDepthPropertiesMETA
impl Unpin for SystemEnvironmentDepthPropertiesMETA
impl UnwindSafe for SystemEnvironmentDepthPropertiesMETA
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