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