#[repr(C)]pub struct PhysicalDeviceShaderObjectPropertiesEXT<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub shader_binary_uuid: [u8; 16],
pub shader_binary_version: u32,
pub _marker: PhantomData<&'a ()>,
}Expand description
Fields§
§s_type: StructureType§p_next: *mut c_void§shader_binary_uuid: [u8; 16]§shader_binary_version: u32§_marker: PhantomData<&'a ()>Implementations§
Source§impl<'a> PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> PhysicalDeviceShaderObjectPropertiesEXT<'a>
pub fn shader_binary_uuid( self, shader_binary_uuid: [u8; 16], ) -> PhysicalDeviceShaderObjectPropertiesEXT<'a>
pub fn shader_binary_version( self, shader_binary_version: u32, ) -> PhysicalDeviceShaderObjectPropertiesEXT<'a>
Trait Implementations§
Source§impl<'a> Clone for PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> Clone for PhysicalDeviceShaderObjectPropertiesEXT<'a>
Source§fn clone(&self) -> PhysicalDeviceShaderObjectPropertiesEXT<'a>
fn clone(&self) -> PhysicalDeviceShaderObjectPropertiesEXT<'a>
Returns a duplicate of the value. Read more
1.0.0§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 PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> Debug for PhysicalDeviceShaderObjectPropertiesEXT<'a>
Source§impl Default for PhysicalDeviceShaderObjectPropertiesEXT<'_>
impl Default for PhysicalDeviceShaderObjectPropertiesEXT<'_>
Source§fn default() -> PhysicalDeviceShaderObjectPropertiesEXT<'_>
fn default() -> PhysicalDeviceShaderObjectPropertiesEXT<'_>
Returns the “default value” for a type. Read more
Source§impl<'a> TaggedStructure for PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> TaggedStructure for PhysicalDeviceShaderObjectPropertiesEXT<'a>
const STRUCTURE_TYPE: StructureType = StructureType::PHYSICAL_DEVICE_SHADER_OBJECT_PROPERTIES_EXT
impl<'a> Copy for PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl ExtendsPhysicalDeviceProperties2 for PhysicalDeviceShaderObjectPropertiesEXT<'_>
impl Send for PhysicalDeviceShaderObjectPropertiesEXT<'_>
impl Sync for PhysicalDeviceShaderObjectPropertiesEXT<'_>
Auto Trait Implementations§
impl<'a> Freeze for PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> RefUnwindSafe for PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> Unpin for PhysicalDeviceShaderObjectPropertiesEXT<'a>
impl<'a> UnwindSafe for PhysicalDeviceShaderObjectPropertiesEXT<'a>
Blanket Implementations§
§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§unsafe fn clone_to_uninit(&self, dest: *mut u8)
unsafe fn clone_to_uninit(&self, dest: *mut u8)
🔬This is a nightly-only experimental API. (
clone_to_uninit)