Struct ash::vk::BlendOverlapEXT
source · pub struct BlendOverlapEXT(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl Clone for BlendOverlapEXT
impl Clone for BlendOverlapEXT
source§fn clone(&self) -> BlendOverlapEXT
fn clone(&self) -> BlendOverlapEXT
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 BlendOverlapEXT
impl Debug for BlendOverlapEXT
source§impl Default for BlendOverlapEXT
impl Default for BlendOverlapEXT
source§fn default() -> BlendOverlapEXT
fn default() -> BlendOverlapEXT
Returns the “default value” for a type. Read more
source§impl Hash for BlendOverlapEXT
impl Hash for BlendOverlapEXT
source§impl Ord for BlendOverlapEXT
impl Ord for BlendOverlapEXT
source§fn cmp(&self, other: &BlendOverlapEXT) -> Ordering
fn cmp(&self, other: &BlendOverlapEXT) -> 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 BlendOverlapEXT
impl PartialEq for BlendOverlapEXT
source§fn eq(&self, other: &BlendOverlapEXT) -> bool
fn eq(&self, other: &BlendOverlapEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for BlendOverlapEXT
impl PartialOrd for BlendOverlapEXT
source§fn partial_cmp(&self, other: &BlendOverlapEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &BlendOverlapEXT) -> 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 BlendOverlapEXT
impl Eq for BlendOverlapEXT
impl StructuralPartialEq for BlendOverlapEXT
Auto Trait Implementations§
impl Freeze for BlendOverlapEXT
impl RefUnwindSafe for BlendOverlapEXT
impl Send for BlendOverlapEXT
impl Sync for BlendOverlapEXT
impl Unpin for BlendOverlapEXT
impl UnwindSafe for BlendOverlapEXT
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