pub struct DawnWireWGSLControl {
pub enable_experimental: Option<bool>,
pub enable_unsafe: Option<bool>,
pub enable_testing: Option<bool>,
}Fields§
§enable_experimental: Option<bool>§enable_unsafe: Option<bool>§enable_testing: Option<bool>Implementations§
Trait Implementations§
Source§impl Default for DawnWireWGSLControl
impl Default for DawnWireWGSLControl
Source§impl From<DawnWireWGSLControl> for InstanceDescriptorExtension
impl From<DawnWireWGSLControl> for InstanceDescriptorExtension
Source§fn from(ext: DawnWireWGSLControl) -> Self
fn from(ext: DawnWireWGSLControl) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnWireWGSLControl
impl RefUnwindSafe for DawnWireWGSLControl
impl Send for DawnWireWGSLControl
impl Sync for DawnWireWGSLControl
impl Unpin for DawnWireWGSLControl
impl UnsafeUnpin for DawnWireWGSLControl
impl UnwindSafe for DawnWireWGSLControl
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