Struct ash::vk::PhysicalDevice8BitStorageFeatures [−][src]
#[repr(C)]pub struct PhysicalDevice8BitStorageFeatures { pub s_type: StructureType, pub p_next: *mut c_void, pub storage_buffer8_bit_access: Bool32, pub uniform_and_storage_buffer8_bit_access: Bool32, pub storage_push_constant8: Bool32, }
Expand description
Fields
s_type: StructureType
p_next: *mut c_void
storage_buffer8_bit_access: Bool32
uniform_and_storage_buffer8_bit_access: Bool32
storage_push_constant8: Bool32
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl !Send for PhysicalDevice8BitStorageFeatures
impl !Sync for PhysicalDevice8BitStorageFeatures
impl Unpin for PhysicalDevice8BitStorageFeatures
Blanket Implementations
Mutably borrows from an owned value. Read more