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