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