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