pub type PhysicalDeviceVariablePointersFeaturesKHR<'a> = PhysicalDeviceVariablePointersFeatures<'a>;
Aliased Type§
struct PhysicalDeviceVariablePointersFeaturesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub variable_pointers_storage_buffer: u32,
pub variable_pointers: u32,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§variable_pointers_storage_buffer: u32
§variable_pointers: u32
§_marker: PhantomData<&'a ()>
Implementations
Source§impl<'a> PhysicalDeviceVariablePointersFeatures<'a>
impl<'a> PhysicalDeviceVariablePointersFeatures<'a>
pub fn variable_pointers_storage_buffer( self, variable_pointers_storage_buffer: bool, ) -> Self
pub fn variable_pointers(self, variable_pointers: bool) -> Self
Trait Implementations
Source§impl<'a> Clone for PhysicalDeviceVariablePointersFeatures<'a>
impl<'a> Clone for PhysicalDeviceVariablePointersFeatures<'a>
Source§fn clone(&self) -> PhysicalDeviceVariablePointersFeatures<'a>
fn clone(&self) -> PhysicalDeviceVariablePointersFeatures<'a>
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