#[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
Fields§
§s_type: StructureType
§p_next: *mut c_void
§shader_module_identifier_algorithm_uuid: [u8; 16]
Implementations§
Trait Implementations§
source§impl Clone for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl Clone for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
source§fn clone(&self) -> PhysicalDeviceShaderModuleIdentifierPropertiesEXT
fn clone(&self) -> PhysicalDeviceShaderModuleIdentifierPropertiesEXT
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 PhysicalDeviceShaderModuleIdentifierPropertiesEXT
impl TaggedStructure for PhysicalDeviceShaderModuleIdentifierPropertiesEXT
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_MODULE_IDENTIFIER_PROPERTIES_EXT
impl 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 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