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