#[repr(C)]pub struct VkPhysicalDeviceShaderTerminateInvocationFeatures {
pub sType: VkStructureType,
pub pNext: *mut c_void,
pub shaderTerminateInvocation: VkBool32,
}
Fields§
§sType: VkStructureType
§pNext: *mut c_void
§shaderTerminateInvocation: VkBool32
Trait Implementations§
Source§impl Clone for VkPhysicalDeviceShaderTerminateInvocationFeatures
impl Clone for VkPhysicalDeviceShaderTerminateInvocationFeatures
Source§fn clone(&self) -> VkPhysicalDeviceShaderTerminateInvocationFeatures
fn clone(&self) -> VkPhysicalDeviceShaderTerminateInvocationFeatures
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for VkPhysicalDeviceShaderTerminateInvocationFeatures
Auto Trait Implementations§
impl Freeze for VkPhysicalDeviceShaderTerminateInvocationFeatures
impl RefUnwindSafe for VkPhysicalDeviceShaderTerminateInvocationFeatures
impl !Send for VkPhysicalDeviceShaderTerminateInvocationFeatures
impl !Sync for VkPhysicalDeviceShaderTerminateInvocationFeatures
impl Unpin for VkPhysicalDeviceShaderTerminateInvocationFeatures
impl UnwindSafe for VkPhysicalDeviceShaderTerminateInvocationFeatures
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