#[repr(C)]pub struct PhysicalDeviceShaderModuleIdentifierFeaturesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_module_identifier: u32,
}Expand description
VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
Provided by VK_EXT_shader_module_identifier.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MODULE_IDENTIFIER_FEATURES_EXT.
p_next: *mut c_voidOptional, may be null.
shader_module_identifier: u32Implementations§
Source§impl PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl PhysicalDeviceShaderModuleIdentifierFeaturesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderModuleIdentifierFeaturesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl Clone for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceShaderModuleIdentifierFeaturesEXT
fn clone(&self) -> PhysicalDeviceShaderModuleIdentifierFeaturesEXT
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 Default for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl Default for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
Source§fn default() -> PhysicalDeviceShaderModuleIdentifierFeaturesEXT
fn default() -> PhysicalDeviceShaderModuleIdentifierFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl ExtendsDeviceCreateInfo for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl ExtendsPhysicalDeviceFeatures2 for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl !Send for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl !Sync for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl Unpin for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl UnsafeUnpin for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl UnwindSafe for PhysicalDeviceShaderModuleIdentifierFeaturesEXT
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