[][src]Struct vulkan_raw::VkPhysicalDeviceVulkan11Features

#[repr(C)]
pub struct VkPhysicalDeviceVulkan11Features {
    pub sType: VkStructureType,
    pub pNext: *mut c_void,
    pub storageBuffer16BitAccess: VkBool32,
    pub uniformAndStorageBuffer16BitAccess: VkBool32,
    pub storagePushConstant16: VkBool32,
    pub storageInputOutput16: VkBool32,
    pub multiview: VkBool32,
    pub multiviewGeometryShader: VkBool32,
    pub multiviewTessellationShader: VkBool32,
    pub variablePointersStorageBuffer: VkBool32,
    pub variablePointers: VkBool32,
    pub protectedMemory: VkBool32,
    pub samplerYcbcrConversion: VkBool32,
    pub shaderDrawParameters: VkBool32,
}

Fields

sType: VkStructureTypepNext: *mut c_voidstorageBuffer16BitAccess: VkBool32uniformAndStorageBuffer16BitAccess: VkBool32storagePushConstant16: VkBool32storageInputOutput16: VkBool32multiview: VkBool32multiviewGeometryShader: VkBool32multiviewTessellationShader: VkBool32variablePointersStorageBuffer: VkBool32variablePointers: VkBool32protectedMemory: VkBool32samplerYcbcrConversion: VkBool32shaderDrawParameters: VkBool32

Trait Implementations

impl Clone for VkPhysicalDeviceVulkan11Features[src]

impl Debug for VkPhysicalDeviceVulkan11Features[src]

impl Default for VkPhysicalDeviceVulkan11Features[src]

impl Eq for VkPhysicalDeviceVulkan11Features[src]

impl Hash for VkPhysicalDeviceVulkan11Features[src]

impl Ord for VkPhysicalDeviceVulkan11Features[src]

impl PartialEq<VkPhysicalDeviceVulkan11Features> for VkPhysicalDeviceVulkan11Features[src]

impl PartialOrd<VkPhysicalDeviceVulkan11Features> for VkPhysicalDeviceVulkan11Features[src]

impl StructuralEq for VkPhysicalDeviceVulkan11Features[src]

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