[−][src]Struct ash::vk::PhysicalDeviceVulkan11Features
Fields
s_type: StructureType
p_next: *mut c_void
storage_buffer16_bit_access: Bool32
uniform_and_storage_buffer16_bit_access: Bool32
storage_push_constant16: Bool32
storage_input_output16: Bool32
multiview: Bool32
multiview_geometry_shader: Bool32
multiview_tessellation_shader: Bool32
variable_pointers_storage_buffer: Bool32
variable_pointers: Bool32
protected_memory: Bool32
sampler_ycbcr_conversion: Bool32
shader_draw_parameters: Bool32
Methods
impl PhysicalDeviceVulkan11Features
[src]
pub fn builder<'a>() -> PhysicalDeviceVulkan11FeaturesBuilder<'a>
[src]
Trait Implementations
impl Clone for PhysicalDeviceVulkan11Features
[src]
fn clone(&self) -> PhysicalDeviceVulkan11Features
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PhysicalDeviceVulkan11Features
[src]
impl Debug for PhysicalDeviceVulkan11Features
[src]
impl Default for PhysicalDeviceVulkan11Features
[src]
impl ExtendsDeviceCreateInfo for PhysicalDeviceVulkan11Features
[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceVulkan11Features
impl !Send for PhysicalDeviceVulkan11Features
impl !Sync for PhysicalDeviceVulkan11Features
impl Unpin for PhysicalDeviceVulkan11Features
impl UnwindSafe for PhysicalDeviceVulkan11Features
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,