Struct ash::vk::PhysicalDeviceVariablePointersFeatures
source · #[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§
source§impl PhysicalDeviceVariablePointersFeatures
impl PhysicalDeviceVariablePointersFeatures
pub fn builder<'a>() -> PhysicalDeviceVariablePointersFeaturesBuilder<'a>
Trait Implementations§
source§impl Clone for PhysicalDeviceVariablePointersFeatures
impl Clone for PhysicalDeviceVariablePointersFeatures
source§fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more