#[repr(C)]pub struct SpatialCapabilityConfigurationPlaneTrackingEXT {
pub ty: StructureType,
pub next: *const c_void,
pub capability: SpatialCapabilityEXT,
pub enabled_component_count: u32,
pub enabled_components: *const SpatialComponentTypeEXT,
}Expand description
Fields§
§ty: StructureType§next: *const c_void§capability: SpatialCapabilityEXT§enabled_component_count: u32§enabled_components: *const SpatialComponentTypeEXTImplementations§
Source§impl SpatialCapabilityConfigurationPlaneTrackingEXT
impl SpatialCapabilityConfigurationPlaneTrackingEXT
pub const TYPE: StructureType = StructureType::SPATIAL_CAPABILITY_CONFIGURATION_PLANE_TRACKING_EXT
Trait Implementations§
Source§impl Clone for SpatialCapabilityConfigurationPlaneTrackingEXT
impl Clone for SpatialCapabilityConfigurationPlaneTrackingEXT
Source§fn clone(&self) -> SpatialCapabilityConfigurationPlaneTrackingEXT
fn clone(&self) -> SpatialCapabilityConfigurationPlaneTrackingEXT
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 SpatialCapabilityConfigurationPlaneTrackingEXT
Auto Trait Implementations§
impl Freeze for SpatialCapabilityConfigurationPlaneTrackingEXT
impl RefUnwindSafe for SpatialCapabilityConfigurationPlaneTrackingEXT
impl !Send for SpatialCapabilityConfigurationPlaneTrackingEXT
impl !Sync for SpatialCapabilityConfigurationPlaneTrackingEXT
impl Unpin for SpatialCapabilityConfigurationPlaneTrackingEXT
impl UnwindSafe for SpatialCapabilityConfigurationPlaneTrackingEXT
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