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