#[repr(C)]pub struct VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub shaderModuleIdentifier: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§shaderModuleIdentifier: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl Clone for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
Source§fn clone(&self) -> VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
fn clone(&self) -> VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
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 moreimpl Copy for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl RefUnwindSafe for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl !Send for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl !Sync for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl Unpin for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
impl UnwindSafe for VkPhysicalDeviceShaderModuleIdentifierFeaturesEXT
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