Struct ash::vk::AttachmentLoadOp
source · pub struct AttachmentLoadOp(/* private fields */);
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 for AttachmentLoadOp
impl PartialEq 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 for AttachmentLoadOp
impl PartialOrd 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 moreimpl Copy for AttachmentLoadOp
impl Eq for AttachmentLoadOp
impl StructuralPartialEq for AttachmentLoadOp
Auto Trait Implementations§
impl Freeze for AttachmentLoadOp
impl RefUnwindSafe for AttachmentLoadOp
impl Send for AttachmentLoadOp
impl Sync for AttachmentLoadOp
impl Unpin for AttachmentLoadOp
impl UnwindSafe for AttachmentLoadOp
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