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