Struct wgpu_hal::vulkan::DepthStencilAttachmentKey
source · struct DepthStencilAttachmentKey {
base: AttachmentKey,
stencil_ops: AttachmentOps,
}
Fields§
§base: AttachmentKey
§stencil_ops: AttachmentOps
Trait Implementations§
source§impl Clone for DepthStencilAttachmentKey
impl Clone for DepthStencilAttachmentKey
source§fn clone(&self) -> DepthStencilAttachmentKey
fn clone(&self) -> DepthStencilAttachmentKey
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 Hash for DepthStencilAttachmentKey
impl Hash for DepthStencilAttachmentKey
source§impl PartialEq for DepthStencilAttachmentKey
impl PartialEq for DepthStencilAttachmentKey
source§fn eq(&self, other: &DepthStencilAttachmentKey) -> bool
fn eq(&self, other: &DepthStencilAttachmentKey) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for DepthStencilAttachmentKey
impl StructuralPartialEq for DepthStencilAttachmentKey
Auto Trait Implementations§
impl Freeze for DepthStencilAttachmentKey
impl RefUnwindSafe for DepthStencilAttachmentKey
impl Send for DepthStencilAttachmentKey
impl Sync for DepthStencilAttachmentKey
impl Unpin for DepthStencilAttachmentKey
impl UnwindSafe for DepthStencilAttachmentKey
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<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.