#[repr(C)]pub struct PhysicalDevice8BitStorageFeatures {
pub s_type: StructureType,
pub next: *mut c_void,
pub storage_buffer_8bit_access: Bool32,
pub uniform_and_storage_buffer_8bit_access: Bool32,
pub storage_push_constant8: Bool32,
}Expand description
Fields
s_type: StructureTypenext: *mut c_voidstorage_buffer_8bit_access: Bool32uniform_and_storage_buffer_8bit_access: Bool32storage_push_constant8: Bool32Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
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