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