Struct ash::vk::PhysicalDevice16BitStorageFeatures [−][src]
#[repr(C)]pub struct PhysicalDevice16BitStorageFeatures { pub s_type: StructureType, pub p_next: *mut c_void, pub storage_buffer16_bit_access: Bool32, pub uniform_and_storage_buffer16_bit_access: Bool32, pub storage_push_constant16: Bool32, pub storage_input_output16: Bool32, }
Expand description
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
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDevice16BitStorageFeatures
impl !Sync for PhysicalDevice16BitStorageFeatures
impl Unpin for PhysicalDevice16BitStorageFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more