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