Struct vulkanalia::vk::PhysicalDeviceFragmentDensityMap2PropertiesEXT[][src]

#[repr(C)]pub struct PhysicalDeviceFragmentDensityMap2PropertiesEXT {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub subsampled_loads: u32,
    pub subsampled_coarse_reconstruction_early_access: u32,
    pub max_subsampled_array_layers: u32,
    pub max_descriptor_set_subsampled_samplers: u32,
}

Fields

s_type: StructureTypenext: *mut c_voidsubsampled_loads: u32subsampled_coarse_reconstruction_early_access: u32max_subsampled_array_layers: u32max_descriptor_set_subsampled_samplers: u32

Trait Implementations

impl Cast for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

type Target = PhysicalDeviceFragmentDensityMap2PropertiesEXT

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

impl Clone for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl Copy for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl Debug for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl Default for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl Eq for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl HasBuilder<'static> for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

type Builder = PhysicalDeviceFragmentDensityMap2PropertiesEXTBuilder

The associated builder for this type.

impl Hash for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl PartialEq<PhysicalDeviceFragmentDensityMap2PropertiesEXT> for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl StructuralEq for PhysicalDeviceFragmentDensityMap2PropertiesEXT[src]

impl StructuralPartialEq for PhysicalDeviceFragmentDensityMap2PropertiesEXT[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.