[][src]Struct openxr::ExtensionSet

pub struct ExtensionSet {
    pub ext_performance_settings: bool,
    pub ext_thermal_query: bool,
    pub ext_debug_utils: bool,
    pub khr_composition_layer_cube: bool,
    pub khr_composition_layer_depth: bool,
    pub khr_vulkan_swapchain_format_list: bool,
    pub khr_composition_layer_cylinder: bool,
    pub khr_composition_layer_equirect: bool,
    pub khr_opengl_enable: bool,
    pub khr_opengl_es_enable: bool,
    pub khr_vulkan_enable: bool,
    pub khr_visibility_mask: bool,
    pub khr_convert_timespec_time: bool,
    pub mnd_headless: bool,
    pub msft_unbounded_reference_space: bool,
    pub msft_spatial_anchor: bool,
    pub varjo_quad_views: bool,
    // some fields omitted
}

A subset of known extensions

Do not match on this exhaustively, as new fields are not considered breaking changes.

Fields

ext_performance_settings: boolext_thermal_query: boolext_debug_utils: boolkhr_composition_layer_cube: boolkhr_composition_layer_depth: boolkhr_vulkan_swapchain_format_list: boolkhr_composition_layer_cylinder: boolkhr_composition_layer_equirect: boolkhr_opengl_enable: boolkhr_opengl_es_enable: boolkhr_vulkan_enable: boolkhr_visibility_mask: boolkhr_convert_timespec_time: boolmnd_headless: boolmsft_unbounded_reference_space: boolmsft_spatial_anchor: boolvarjo_quad_views: bool

Trait Implementations

impl Clone for ExtensionSet[src]

impl Copy for ExtensionSet[src]

impl Default for ExtensionSet[src]

impl Eq for ExtensionSet[src]

impl PartialEq<ExtensionSet> for ExtensionSet[src]

impl Debug for ExtensionSet[src]

impl StructuralPartialEq for ExtensionSet[src]

impl StructuralEq for ExtensionSet[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]