Struct vulkanalia::vk::PhysicalDevicePortabilitySubsetFeaturesKHR[][src]

#[repr(C)]pub struct PhysicalDevicePortabilitySubsetFeaturesKHR {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub constant_alpha_color_blend_factors: u32,
    pub events: u32,
    pub image_view_format_reinterpretation: u32,
    pub image_view_format_swizzle: u32,
    pub image_view_2d_on_3d_image: u32,
    pub multisample_array_image: u32,
    pub mutable_comparison_samplers: u32,
    pub point_polygons: u32,
    pub sampler_mip_lod_bias: u32,
    pub separate_stencil_mask_ref: u32,
    pub shader_sample_rate_interpolation_functions: u32,
    pub tessellation_isolines: u32,
    pub tessellation_point_mode: u32,
    pub triangle_fans: u32,
    pub vertex_attribute_access_beyond_stride: u32,
}

Fields

s_type: StructureTypenext: *mut c_voidconstant_alpha_color_blend_factors: u32events: u32image_view_format_reinterpretation: u32image_view_format_swizzle: u32image_view_2d_on_3d_image: u32multisample_array_image: u32mutable_comparison_samplers: u32point_polygons: u32sampler_mip_lod_bias: u32separate_stencil_mask_ref: u32shader_sample_rate_interpolation_functions: u32tessellation_isolines: u32tessellation_point_mode: u32triangle_fans: u32vertex_attribute_access_beyond_stride: u32

Trait Implementations

impl Cast for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

type Target = PhysicalDevicePortabilitySubsetFeaturesKHR

The other type this type type can be used interchangeably with in FFI.

impl Clone for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Copy for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Debug for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Default for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl Eq for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl ExtendsDeviceCreateInfo for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl HasBuilder<'static> for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

type Builder = PhysicalDevicePortabilitySubsetFeaturesKHRBuilder

The associated builder for this type.

impl Hash for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl PartialEq<PhysicalDevicePortabilitySubsetFeaturesKHR> for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl StructuralEq for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

impl StructuralPartialEq for PhysicalDevicePortabilitySubsetFeaturesKHR[src]

Auto Trait Implementations

Blanket Implementations

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

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

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

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

impl<T, U> Into<U> for T where
    U: From<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.