Struct ash::vk::DisplayPlaneAlphaFlagsKHR
source · #[repr(transparent)]pub struct DisplayPlaneAlphaFlagsKHR(_);
Expand description
Implementations§
Trait Implementations§
source§impl BitAndAssign<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
impl BitAndAssign<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOrAssign<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
impl BitOrAssign<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXorAssign<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
impl BitXorAssign<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for DisplayPlaneAlphaFlagsKHR
impl Clone for DisplayPlaneAlphaFlagsKHR
source§fn clone(&self) -> DisplayPlaneAlphaFlagsKHR
fn clone(&self) -> DisplayPlaneAlphaFlagsKHR
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 DisplayPlaneAlphaFlagsKHR
impl Debug for DisplayPlaneAlphaFlagsKHR
source§impl Default for DisplayPlaneAlphaFlagsKHR
impl Default for DisplayPlaneAlphaFlagsKHR
source§impl Hash for DisplayPlaneAlphaFlagsKHR
impl Hash for DisplayPlaneAlphaFlagsKHR
source§impl Not for DisplayPlaneAlphaFlagsKHR
impl Not for DisplayPlaneAlphaFlagsKHR
source§impl Ord for DisplayPlaneAlphaFlagsKHR
impl Ord for DisplayPlaneAlphaFlagsKHR
source§fn cmp(&self, other: &DisplayPlaneAlphaFlagsKHR) -> Ordering
fn cmp(&self, other: &DisplayPlaneAlphaFlagsKHR) -> 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<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
impl PartialEq<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
source§fn eq(&self, other: &DisplayPlaneAlphaFlagsKHR) -> bool
fn eq(&self, other: &DisplayPlaneAlphaFlagsKHR) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
impl PartialOrd<DisplayPlaneAlphaFlagsKHR> for DisplayPlaneAlphaFlagsKHR
source§fn partial_cmp(&self, other: &DisplayPlaneAlphaFlagsKHR) -> Option<Ordering>
fn partial_cmp(&self, other: &DisplayPlaneAlphaFlagsKHR) -> 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