#[repr(C)]pub struct PhysicalDevicePipelineBinaryPropertiesKHR {
pub s_type: StructureType,
pub next: *mut c_void,
pub pipeline_binary_internal_cache: Bool32,
pub pipeline_binary_internal_cache_control: Bool32,
pub pipeline_binary_prefers_internal_cache: Bool32,
pub pipeline_binary_precompiled_internal_cache: Bool32,
pub pipeline_binary_compressed_data: Bool32,
}Expand description
Fields§
§s_type: StructureType§next: *mut c_void§pipeline_binary_internal_cache: Bool32§pipeline_binary_internal_cache_control: Bool32§pipeline_binary_prefers_internal_cache: Bool32§pipeline_binary_precompiled_internal_cache: Bool32§pipeline_binary_compressed_data: Bool32Trait Implementations§
Source§impl Clone for PhysicalDevicePipelineBinaryPropertiesKHR
impl Clone for PhysicalDevicePipelineBinaryPropertiesKHR
Source§fn clone(&self) -> PhysicalDevicePipelineBinaryPropertiesKHR
fn clone(&self) -> PhysicalDevicePipelineBinaryPropertiesKHR
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 moreSource§impl PartialEq for PhysicalDevicePipelineBinaryPropertiesKHR
impl PartialEq for PhysicalDevicePipelineBinaryPropertiesKHR
Source§fn eq(&self, other: &PhysicalDevicePipelineBinaryPropertiesKHR) -> bool
fn eq(&self, other: &PhysicalDevicePipelineBinaryPropertiesKHR) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for PhysicalDevicePipelineBinaryPropertiesKHR
impl Eq for PhysicalDevicePipelineBinaryPropertiesKHR
impl Send for PhysicalDevicePipelineBinaryPropertiesKHR
impl StructuralPartialEq for PhysicalDevicePipelineBinaryPropertiesKHR
impl Sync for PhysicalDevicePipelineBinaryPropertiesKHR
Auto Trait Implementations§
impl Freeze for PhysicalDevicePipelineBinaryPropertiesKHR
impl RefUnwindSafe for PhysicalDevicePipelineBinaryPropertiesKHR
impl Unpin for PhysicalDevicePipelineBinaryPropertiesKHR
impl UnwindSafe for PhysicalDevicePipelineBinaryPropertiesKHR
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