#[repr(C)]pub struct PhysicalDevicePipelineCreationCacheControlFeatures {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline_creation_cache_control: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§pipeline_creation_cache_control: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePipelineCreationCacheControlFeatures
impl Clone for PhysicalDevicePipelineCreationCacheControlFeatures
source§fn clone(&self) -> PhysicalDevicePipelineCreationCacheControlFeatures
fn clone(&self) -> PhysicalDevicePipelineCreationCacheControlFeatures
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 moresource§impl TaggedStructure for PhysicalDevicePipelineCreationCacheControlFeatures
impl TaggedStructure for PhysicalDevicePipelineCreationCacheControlFeatures
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PIPELINE_CREATION_CACHE_CONTROL_FEATURES
impl 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 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