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