#[repr(C)]
pub struct PhysicalDeviceVulkan13Features {
Show 17 fields pub s_type: StructureType, pub p_next: *mut c_void, pub robust_image_access: u32, pub inline_uniform_block: u32, pub descriptor_binding_inline_uniform_block_update_after_bind: u32, pub pipeline_creation_cache_control: u32, pub private_data: u32, pub shader_demote_to_helper_invocation: u32, pub shader_terminate_invocation: u32, pub subgroup_size_control: u32, pub compute_full_subgroups: u32, pub synchronization2: u32, pub texture_compression_astc_hdr: u32, pub shader_zero_initialize_workgroup_memory: u32, pub dynamic_rendering: u32, pub shader_integer_dot_product: u32, pub maintenance4: u32,
}
Expand description

Fields

s_type: StructureTypep_next: *mut c_voidrobust_image_access: u32inline_uniform_block: u32descriptor_binding_inline_uniform_block_update_after_bind: u32pipeline_creation_cache_control: u32private_data: u32shader_demote_to_helper_invocation: u32shader_terminate_invocation: u32subgroup_size_control: u32compute_full_subgroups: u32synchronization2: u32texture_compression_astc_hdr: u32shader_zero_initialize_workgroup_memory: u32dynamic_rendering: u32shader_integer_dot_product: u32maintenance4: u32

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.