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