[−][src]Struct vulkanalia_sys::PhysicalDeviceDescriptorIndexingFeatures
Fields
s_type: StructureTypenext: *mut c_voidshader_input_attachment_array_dynamic_indexing: Bool32shader_uniform_texel_buffer_array_dynamic_indexing: Bool32shader_storage_texel_buffer_array_dynamic_indexing: Bool32shader_uniform_buffer_array_non_uniform_indexing: Bool32shader_sampled_image_array_non_uniform_indexing: Bool32shader_storage_buffer_array_non_uniform_indexing: Bool32shader_storage_image_array_non_uniform_indexing: Bool32shader_input_attachment_array_non_uniform_indexing: Bool32shader_uniform_texel_buffer_array_non_uniform_indexing: Bool32shader_storage_texel_buffer_array_non_uniform_indexing: Bool32descriptor_binding_uniform_buffer_update_after_bind: Bool32descriptor_binding_sampled_image_update_after_bind: Bool32descriptor_binding_storage_image_update_after_bind: Bool32descriptor_binding_storage_buffer_update_after_bind: Bool32descriptor_binding_uniform_texel_buffer_update_after_bind: Bool32descriptor_binding_storage_texel_buffer_update_after_bind: Bool32descriptor_binding_update_unused_while_pending: Bool32descriptor_binding_partially_bound: Bool32descriptor_binding_variable_descriptor_count: Bool32runtime_descriptor_array: Bool32Trait Implementations
impl Clone for PhysicalDeviceDescriptorIndexingFeatures[src]
fn clone(&self) -> PhysicalDeviceDescriptorIndexingFeatures[src]
fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Copy for PhysicalDeviceDescriptorIndexingFeatures[src]
impl Debug for PhysicalDeviceDescriptorIndexingFeatures[src]
impl Default for PhysicalDeviceDescriptorIndexingFeatures[src]
impl Eq for PhysicalDeviceDescriptorIndexingFeatures[src]
impl Hash for PhysicalDeviceDescriptorIndexingFeatures[src]
fn hash<__H: Hasher>(&self, state: &mut __H)[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher, 1.3.0[src]
H: Hasher,
impl PartialEq<PhysicalDeviceDescriptorIndexingFeatures> for PhysicalDeviceDescriptorIndexingFeatures[src]
fn eq(&self, other: &PhysicalDeviceDescriptorIndexingFeatures) -> bool[src]
fn ne(&self, other: &PhysicalDeviceDescriptorIndexingFeatures) -> bool[src]
impl StructuralEq for PhysicalDeviceDescriptorIndexingFeatures[src]
impl StructuralPartialEq for PhysicalDeviceDescriptorIndexingFeatures[src]
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceDescriptorIndexingFeatures
impl !Send for PhysicalDeviceDescriptorIndexingFeatures
impl !Sync for PhysicalDeviceDescriptorIndexingFeatures
impl Unpin for PhysicalDeviceDescriptorIndexingFeatures
impl UnwindSafe for PhysicalDeviceDescriptorIndexingFeatures
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,
pub 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.
pub fn to_owned(&self) -> T[src]
pub 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.
pub 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>,