#[repr(C)]pub struct PhysicalDeviceVariablePointersFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub variable_pointers_storage_buffer: u32,
pub variable_pointers: u32,
}Expand description
VkPhysicalDeviceVariablePointersFeatures
Provided by VK_COMPUTE_VERSION_1_1.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VARIABLE_POINTERS_FEATURES.
p_next: *mut c_voidOptional, may be null.
variable_pointers_storage_buffer: u32§variable_pointers: u32Implementations§
Source§impl PhysicalDeviceVariablePointersFeatures
impl PhysicalDeviceVariablePointersFeatures
Sourcepub fn builder<'a>() -> PhysicalDeviceVariablePointersFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceVariablePointersFeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceVariablePointersFeatures
impl Clone for PhysicalDeviceVariablePointersFeatures
Source§fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
fn clone(&self) -> PhysicalDeviceVariablePointersFeatures
Returns a duplicate 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 moreimpl Copy for PhysicalDeviceVariablePointersFeatures
impl ExtendsDeviceCreateInfo for PhysicalDeviceVariablePointersFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceVariablePointersFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDeviceVariablePointersFeatures
impl RefUnwindSafe for PhysicalDeviceVariablePointersFeatures
impl !Send for PhysicalDeviceVariablePointersFeatures
impl !Sync for PhysicalDeviceVariablePointersFeatures
impl Unpin for PhysicalDeviceVariablePointersFeatures
impl UnsafeUnpin for PhysicalDeviceVariablePointersFeatures
impl UnwindSafe for PhysicalDeviceVariablePointersFeatures
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more