Struct ash::vk::AttachmentLoadOp
source · #[repr(transparent)]pub struct AttachmentLoadOp(_);
Expand description
Implementations§
source§impl AttachmentLoadOp
impl AttachmentLoadOp
Generated from ‘VK_EXT_load_store_op_none’
Trait Implementations§
source§impl Clone for AttachmentLoadOp
impl Clone for AttachmentLoadOp
source§fn clone(&self) -> AttachmentLoadOp
fn clone(&self) -> AttachmentLoadOp
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 AttachmentLoadOp
impl Debug for AttachmentLoadOp
source§impl Default for AttachmentLoadOp
impl Default for AttachmentLoadOp
source§fn default() -> AttachmentLoadOp
fn default() -> AttachmentLoadOp
Returns the “default value” for a type. Read more
source§impl Hash for AttachmentLoadOp
impl Hash for AttachmentLoadOp
source§impl Ord for AttachmentLoadOp
impl Ord for AttachmentLoadOp
source§fn cmp(&self, other: &AttachmentLoadOp) -> Ordering
fn cmp(&self, other: &AttachmentLoadOp) -> 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<AttachmentLoadOp> for AttachmentLoadOp
impl PartialEq<AttachmentLoadOp> for AttachmentLoadOp
source§fn eq(&self, other: &AttachmentLoadOp) -> bool
fn eq(&self, other: &AttachmentLoadOp) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<AttachmentLoadOp> for AttachmentLoadOp
impl PartialOrd<AttachmentLoadOp> for AttachmentLoadOp
source§fn partial_cmp(&self, other: &AttachmentLoadOp) -> Option<Ordering>
fn partial_cmp(&self, other: &AttachmentLoadOp) -> Option<Ordering>
1.0.0 · source§fn le(&self, other: &Rhs) -> bool
fn le(&self, other: &Rhs) -> bool
This method tests less than or equal to (for
self
and other
) and is used by the <=
operator. Read more