#[repr(C)]pub struct PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub graphics_pipeline_library_fast_linking: Bool32,
pub graphics_pipeline_library_independent_interpolation_decoration: Bool32,
pub _marker: PhantomData<&'a ()>,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§graphics_pipeline_library_fast_linking: Bool32
§graphics_pipeline_library_independent_interpolation_decoration: Bool32
§_marker: PhantomData<&'a ()>
Implementations§
source§impl<'a> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
pub fn graphics_pipeline_library_fast_linking( self, graphics_pipeline_library_fast_linking: bool, ) -> Self
pub fn graphics_pipeline_library_independent_interpolation_decoration( self, graphics_pipeline_library_independent_interpolation_decoration: bool, ) -> Self
Trait Implementations§
source§impl<'a> Clone for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> Clone for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
source§fn clone(&self) -> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
fn clone(&self) -> PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
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<'a> Debug for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> Debug for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
source§impl<'a> TaggedStructure for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_GRAPHICS_PIPELINE_LIBRARY_PROPERTIES_EXT
impl<'a> Copy for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'_>
impl Send for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'_>
impl Sync for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> Unpin for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceGraphicsPipelineLibraryPropertiesEXT<'a>
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