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