#[repr(C)]pub struct PhysicalDevicePipelineCreationCacheControlFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline_creation_cache_control: u32,
}Expand description
VkPhysicalDevicePipelineCreationCacheControlFeatures
Provided by VK_COMPUTE_VERSION_1_3.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES.
p_next: *mut c_voidOptional, may be null.
pipeline_creation_cache_control: u32Implementations§
Source§impl PhysicalDevicePipelineCreationCacheControlFeatures
impl PhysicalDevicePipelineCreationCacheControlFeatures
Sourcepub fn builder<'a>() -> PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
pub fn builder<'a>() -> PhysicalDevicePipelineCreationCacheControlFeaturesBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDevicePipelineCreationCacheControlFeatures
impl Clone for PhysicalDevicePipelineCreationCacheControlFeatures
Source§fn clone(&self) -> PhysicalDevicePipelineCreationCacheControlFeatures
fn clone(&self) -> PhysicalDevicePipelineCreationCacheControlFeatures
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 PhysicalDevicePipelineCreationCacheControlFeatures
impl ExtendsDeviceCreateInfo for PhysicalDevicePipelineCreationCacheControlFeatures
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePipelineCreationCacheControlFeatures
Auto Trait Implementations§
impl Freeze for PhysicalDevicePipelineCreationCacheControlFeatures
impl RefUnwindSafe for PhysicalDevicePipelineCreationCacheControlFeatures
impl !Send for PhysicalDevicePipelineCreationCacheControlFeatures
impl !Sync for PhysicalDevicePipelineCreationCacheControlFeatures
impl Unpin for PhysicalDevicePipelineCreationCacheControlFeatures
impl UnsafeUnpin for PhysicalDevicePipelineCreationCacheControlFeatures
impl UnwindSafe for PhysicalDevicePipelineCreationCacheControlFeatures
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