#[repr(C)]pub struct WGPUDawnWireWGSLControl {
pub chain: WGPUChainedStruct,
pub enableExperimental: WGPUBool,
pub enableUnsafe: WGPUBool,
pub enableTesting: WGPUBool,
}Fields§
§chain: WGPUChainedStruct§enableExperimental: WGPUBool§enableUnsafe: WGPUBool§enableTesting: WGPUBoolTrait Implementations§
Source§impl Clone for WGPUDawnWireWGSLControl
impl Clone for WGPUDawnWireWGSLControl
Source§fn clone(&self) -> WGPUDawnWireWGSLControl
fn clone(&self) -> WGPUDawnWireWGSLControl
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 Debug for WGPUDawnWireWGSLControl
impl Debug for WGPUDawnWireWGSLControl
Source§impl Default for WGPUDawnWireWGSLControl
impl Default for WGPUDawnWireWGSLControl
Source§impl Hash for WGPUDawnWireWGSLControl
impl Hash for WGPUDawnWireWGSLControl
Source§impl Ord for WGPUDawnWireWGSLControl
impl Ord for WGPUDawnWireWGSLControl
Source§fn cmp(&self, other: &WGPUDawnWireWGSLControl) -> Ordering
fn cmp(&self, other: &WGPUDawnWireWGSLControl) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for WGPUDawnWireWGSLControl
impl PartialEq for WGPUDawnWireWGSLControl
Source§impl PartialOrd for WGPUDawnWireWGSLControl
impl PartialOrd for WGPUDawnWireWGSLControl
impl Copy for WGPUDawnWireWGSLControl
impl Eq for WGPUDawnWireWGSLControl
impl StructuralPartialEq for WGPUDawnWireWGSLControl
Auto Trait Implementations§
impl Freeze for WGPUDawnWireWGSLControl
impl RefUnwindSafe for WGPUDawnWireWGSLControl
impl !Send for WGPUDawnWireWGSLControl
impl !Sync for WGPUDawnWireWGSLControl
impl Unpin for WGPUDawnWireWGSLControl
impl UnwindSafe for WGPUDawnWireWGSLControl
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