pub type PhysicalDeviceVariablePointersFeaturesKHR = PhysicalDeviceVariablePointersFeatures;
Aliased Type§
struct PhysicalDeviceVariablePointersFeaturesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub variable_pointers_storage_buffer: u32,
pub variable_pointers: u32,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§variable_pointers_storage_buffer: u32
§variable_pointers: u32
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