#[repr(C)]pub struct PhysicalDevicePipelinePropertiesFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub pipeline_properties_identifier: Bool32,
}
Expand description
Fields§
§s_type: StructureType
§p_next: *mut c_void
§pipeline_properties_identifier: Bool32
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDevicePipelinePropertiesFeaturesEXT
impl Clone for PhysicalDevicePipelinePropertiesFeaturesEXT
source§fn clone(&self) -> PhysicalDevicePipelinePropertiesFeaturesEXT
fn clone(&self) -> PhysicalDevicePipelinePropertiesFeaturesEXT
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 TaggedStructure for PhysicalDevicePipelinePropertiesFeaturesEXT
impl TaggedStructure for PhysicalDevicePipelinePropertiesFeaturesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_PIPELINE_PROPERTIES_FEATURES_EXT
impl Copy for PhysicalDevicePipelinePropertiesFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDevicePipelinePropertiesFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDevicePipelinePropertiesFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDevicePipelinePropertiesFeaturesEXT
impl RefUnwindSafe for PhysicalDevicePipelinePropertiesFeaturesEXT
impl !Send for PhysicalDevicePipelinePropertiesFeaturesEXT
impl !Sync for PhysicalDevicePipelinePropertiesFeaturesEXT
impl Unpin for PhysicalDevicePipelinePropertiesFeaturesEXT
impl UnwindSafe for PhysicalDevicePipelinePropertiesFeaturesEXT
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