#[repr(C)]pub struct WGPUDawnShaderModuleSPIRVOptionsDescriptor {
pub chain: WGPUChainedStruct,
pub allowNonUniformDerivatives: WGPUBool,
}Fields§
§chain: WGPUChainedStruct§allowNonUniformDerivatives: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUDawnShaderModuleSPIRVOptionsDescriptor
impl Clone for WGPUDawnShaderModuleSPIRVOptionsDescriptor
Source§fn clone(&self) -> WGPUDawnShaderModuleSPIRVOptionsDescriptor
fn clone(&self) -> WGPUDawnShaderModuleSPIRVOptionsDescriptor
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 WGPUDawnShaderModuleSPIRVOptionsDescriptor
Auto Trait Implementations§
impl Freeze for WGPUDawnShaderModuleSPIRVOptionsDescriptor
impl RefUnwindSafe for WGPUDawnShaderModuleSPIRVOptionsDescriptor
impl !Send for WGPUDawnShaderModuleSPIRVOptionsDescriptor
impl !Sync for WGPUDawnShaderModuleSPIRVOptionsDescriptor
impl Unpin for WGPUDawnShaderModuleSPIRVOptionsDescriptor
impl UnwindSafe for WGPUDawnShaderModuleSPIRVOptionsDescriptor
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