Struct ash::vk::BlendOverlapEXT
source · #[repr(transparent)]pub struct BlendOverlapEXT(_);
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<BlendOverlapEXT> for BlendOverlapEXT
impl PartialEq<BlendOverlapEXT> 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<BlendOverlapEXT> for BlendOverlapEXT
impl PartialOrd<BlendOverlapEXT> 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 more