pub struct DawnTogglesDescriptor {
pub enabled_toggles: Option<Vec<String>>,
pub disabled_toggles: Option<Vec<String>>,
}Fields§
§enabled_toggles: Option<Vec<String>>§disabled_toggles: Option<Vec<String>>Implementations§
Trait Implementations§
Source§impl Default for DawnTogglesDescriptor
impl Default for DawnTogglesDescriptor
Source§impl From<DawnTogglesDescriptor> for DeviceDescriptorExtension
impl From<DawnTogglesDescriptor> for DeviceDescriptorExtension
Source§fn from(ext: DawnTogglesDescriptor) -> Self
fn from(ext: DawnTogglesDescriptor) -> Self
Converts to this type from the input type.
Source§impl From<DawnTogglesDescriptor> for InstanceDescriptorExtension
impl From<DawnTogglesDescriptor> for InstanceDescriptorExtension
Source§fn from(ext: DawnTogglesDescriptor) -> Self
fn from(ext: DawnTogglesDescriptor) -> Self
Converts to this type from the input type.
Source§impl From<DawnTogglesDescriptor> for RequestAdapterOptionsExtension
impl From<DawnTogglesDescriptor> for RequestAdapterOptionsExtension
Source§fn from(ext: DawnTogglesDescriptor) -> Self
fn from(ext: DawnTogglesDescriptor) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for DawnTogglesDescriptor
impl RefUnwindSafe for DawnTogglesDescriptor
impl Send for DawnTogglesDescriptor
impl Sync for DawnTogglesDescriptor
impl Unpin for DawnTogglesDescriptor
impl UnsafeUnpin for DawnTogglesDescriptor
impl UnwindSafe for DawnTogglesDescriptor
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