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