pub enum DispatchRenderBundleEncoder {
Core(<ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder),
}
Variants§
Core(<ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder)
Available on
wgpu_core
only.Implementations§
source§impl DispatchRenderBundleEncoder
impl DispatchRenderBundleEncoder
pub fn as_core( &self, ) -> &<ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder
Available on
wgpu_core
only.pub fn as_core_mut( &mut self, ) -> &mut <ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder
Available on
wgpu_core
only.pub fn as_core_opt( &self, ) -> Option<&<ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder>
Available on
wgpu_core
only.pub fn as_core_mut_opt( &mut self, ) -> Option<&mut <ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder>
Available on
wgpu_core
only.Trait Implementations§
source§impl Debug for DispatchRenderBundleEncoder
impl Debug for DispatchRenderBundleEncoder
source§impl Deref for DispatchRenderBundleEncoder
impl Deref for DispatchRenderBundleEncoder
source§impl From<<ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder> for DispatchRenderBundleEncoder
Available on wgpu_core
only.
impl From<<ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder> for DispatchRenderBundleEncoder
Available on
wgpu_core
only.source§fn from(value: <ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder) -> Self
fn from(value: <ContextWgpuCore as InterfaceTypes>::RenderBundleEncoder) -> Self
Converts to this type from the input type.
source§impl Hash for DispatchRenderBundleEncoder
impl Hash for DispatchRenderBundleEncoder
source§impl Ord for DispatchRenderBundleEncoder
impl Ord for DispatchRenderBundleEncoder
source§fn cmp(&self, other: &DispatchRenderBundleEncoder) -> Ordering
fn cmp(&self, other: &DispatchRenderBundleEncoder) -> 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 PartialOrd for DispatchRenderBundleEncoder
impl PartialOrd for DispatchRenderBundleEncoder
impl Eq for DispatchRenderBundleEncoder
impl StructuralPartialEq for DispatchRenderBundleEncoder
Auto Trait Implementations§
impl Freeze for DispatchRenderBundleEncoder
impl !RefUnwindSafe for DispatchRenderBundleEncoder
impl Send for DispatchRenderBundleEncoder
impl Sync for DispatchRenderBundleEncoder
impl Unpin for DispatchRenderBundleEncoder
impl !UnwindSafe for DispatchRenderBundleEncoder
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
§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.