#[repr(C)]pub struct PhysicalDeviceShaderModuleIdentifierPropertiesEXT {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_module_identifier_algorithm_uuid: [u8; 16],
}Expand description
VkPhysicalDeviceShaderModuleIdentifierPropertiesEXT
Provided by VK_EXT_shader_module_identifier.
Returned only*, filled by Vulkan, not constructed by the application.
§Extends
Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_SHADER_MODULE_IDENTIFIER_PROPERTIES_EXT.
p_next: *mut c_voidOptional, may be null.
shader_module_identifier_algorithm_uuid: [u8; 16]Implementations§
Source§impl PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl PhysicalDeviceShaderModuleIdentifierPropertiesEXT
Sourcepub fn builder<'a>() -> PhysicalDeviceShaderModuleIdentifierPropertiesEXTBuilder<'a>
pub fn builder<'a>() -> PhysicalDeviceShaderModuleIdentifierPropertiesEXTBuilder<'a>
Start building this struct; s_type is already set to the correct variant.
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl Clone for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
Source§fn clone(&self) -> PhysicalDeviceShaderModuleIdentifierPropertiesEXT
fn clone(&self) -> PhysicalDeviceShaderModuleIdentifierPropertiesEXT
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 moreimpl Copy for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl RefUnwindSafe for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl !Send for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl !Sync for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl Unpin for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl UnsafeUnpin for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl UnwindSafe for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
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