pub enum RequestAdapterOptionsExtension {
DawnTogglesDescriptor(DawnTogglesDescriptor),
RequestAdapterWebGPUBackendOptions(RequestAdapterWebGPUBackendOptions),
RequestAdapterWebXROptions(RequestAdapterWebXROptions),
}Variants§
DawnTogglesDescriptor(DawnTogglesDescriptor)
RequestAdapterWebGPUBackendOptions(RequestAdapterWebGPUBackendOptions)
RequestAdapterWebXROptions(RequestAdapterWebXROptions)
Trait Implementations§
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.
Source§impl From<RequestAdapterWebGPUBackendOptions> for RequestAdapterOptionsExtension
impl From<RequestAdapterWebGPUBackendOptions> for RequestAdapterOptionsExtension
Source§fn from(ext: RequestAdapterWebGPUBackendOptions) -> Self
fn from(ext: RequestAdapterWebGPUBackendOptions) -> Self
Converts to this type from the input type.
Source§impl From<RequestAdapterWebXROptions> for RequestAdapterOptionsExtension
impl From<RequestAdapterWebXROptions> for RequestAdapterOptionsExtension
Source§fn from(ext: RequestAdapterWebXROptions) -> Self
fn from(ext: RequestAdapterWebXROptions) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for RequestAdapterOptionsExtension
impl RefUnwindSafe for RequestAdapterOptionsExtension
impl Send for RequestAdapterOptionsExtension
impl Sync for RequestAdapterOptionsExtension
impl Unpin for RequestAdapterOptionsExtension
impl UnsafeUnpin for RequestAdapterOptionsExtension
impl UnwindSafe for RequestAdapterOptionsExtension
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