#[repr(C)]pub struct PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT {
pub sType: StructureType,
pub pNext: *mut c_void,
pub shaderDemoteToHelperInvocation: Bool32,
}Fields§
§sType: StructureType§pNext: *mut c_void§shaderDemoteToHelperInvocation: Bool32Implementations§
Trait Implementations§
Source§impl Clone for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl Clone for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
Source§fn clone(&self) -> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
fn clone(&self) -> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
Returns a duplicate 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 Default for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl Default for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
Source§fn default() -> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
fn default() -> PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
Returns the “default value” for a type. Read more
impl Copy for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
Auto Trait Implementations§
impl Freeze for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl RefUnwindSafe for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl !Send for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl !Sync for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl Unpin for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
impl UnwindSafe for PhysicalDeviceShaderDemoteToHelperInvocationFeaturesEXT
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