#[repr(C)]pub struct VkPhysicalDevicePipelineBinaryPropertiesKHR {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub pipelineBinaryInternalCache: VkBool32,
pub pipelineBinaryInternalCacheControl: VkBool32,
pub pipelineBinaryPrefersInternalCache: VkBool32,
pub pipelineBinaryPrecompiledInternalCache: VkBool32,
pub pipelineBinaryCompressedData: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§pipelineBinaryInternalCache: VkBool32
§pipelineBinaryInternalCacheControl: VkBool32
§pipelineBinaryPrefersInternalCache: VkBool32
§pipelineBinaryPrecompiledInternalCache: VkBool32
§pipelineBinaryCompressedData: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDevicePipelineBinaryPropertiesKHR
impl Clone for VkPhysicalDevicePipelineBinaryPropertiesKHR
Source§fn clone(&self) -> VkPhysicalDevicePipelineBinaryPropertiesKHR
fn clone(&self) -> VkPhysicalDevicePipelineBinaryPropertiesKHR
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDevicePipelineBinaryPropertiesKHR
Auto Trait Implementations§
impl Freeze for VkPhysicalDevicePipelineBinaryPropertiesKHR
impl RefUnwindSafe for VkPhysicalDevicePipelineBinaryPropertiesKHR
impl !Send for VkPhysicalDevicePipelineBinaryPropertiesKHR
impl !Sync for VkPhysicalDevicePipelineBinaryPropertiesKHR
impl Unpin for VkPhysicalDevicePipelineBinaryPropertiesKHR
impl UnwindSafe for VkPhysicalDevicePipelineBinaryPropertiesKHR
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