pub enum DispatchShaderModule {
Core(Arc<<ContextWgpuCore as InterfaceTypes>::ShaderModule>),
}
Variants§
Core(Arc<<ContextWgpuCore as InterfaceTypes>::ShaderModule>)
Available on
wgpu_core
only.Implementations§
source§impl DispatchShaderModule
impl DispatchShaderModule
pub fn as_core(&self) -> &<ContextWgpuCore as InterfaceTypes>::ShaderModule
Available on
wgpu_core
only.pub fn as_core_opt( &self, ) -> Option<&<ContextWgpuCore as InterfaceTypes>::ShaderModule>
Available on
wgpu_core
only.Trait Implementations§
source§impl Clone for DispatchShaderModule
impl Clone for DispatchShaderModule
source§fn clone(&self) -> DispatchShaderModule
fn clone(&self) -> DispatchShaderModule
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 moresource§impl Debug for DispatchShaderModule
impl Debug for DispatchShaderModule
source§impl Deref for DispatchShaderModule
impl Deref for DispatchShaderModule
source§impl From<<ContextWgpuCore as InterfaceTypes>::ShaderModule> for DispatchShaderModule
Available on wgpu_core
only.
impl From<<ContextWgpuCore as InterfaceTypes>::ShaderModule> for DispatchShaderModule
Available on
wgpu_core
only.source§fn from(value: <ContextWgpuCore as InterfaceTypes>::ShaderModule) -> Self
fn from(value: <ContextWgpuCore as InterfaceTypes>::ShaderModule) -> Self
Converts to this type from the input type.
source§impl Hash for DispatchShaderModule
impl Hash for DispatchShaderModule
source§impl Ord for DispatchShaderModule
impl Ord for DispatchShaderModule
source§fn cmp(&self, other: &DispatchShaderModule) -> Ordering
fn cmp(&self, other: &DispatchShaderModule) -> 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 DispatchShaderModule
impl PartialEq for DispatchShaderModule
source§impl PartialOrd for DispatchShaderModule
impl PartialOrd for DispatchShaderModule
impl Eq for DispatchShaderModule
impl StructuralPartialEq for DispatchShaderModule
Auto Trait Implementations§
impl Freeze for DispatchShaderModule
impl !RefUnwindSafe for DispatchShaderModule
impl Send for DispatchShaderModule
impl Sync for DispatchShaderModule
impl Unpin for DispatchShaderModule
impl !UnwindSafe for DispatchShaderModule
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Checks if this value is equivalent to the given key. Read more
§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.