Struct ash::vk::ViSurfaceCreateFlagsNN
source · pub struct ViSurfaceCreateFlagsNN(/* private fields */);
Expand description
Implementations§
Trait Implementations§
source§impl BitAnd for ViSurfaceCreateFlagsNN
impl BitAnd for ViSurfaceCreateFlagsNN
source§impl BitAndAssign for ViSurfaceCreateFlagsNN
impl BitAndAssign for ViSurfaceCreateFlagsNN
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for ViSurfaceCreateFlagsNN
impl BitOr for ViSurfaceCreateFlagsNN
source§impl BitOrAssign for ViSurfaceCreateFlagsNN
impl BitOrAssign for ViSurfaceCreateFlagsNN
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for ViSurfaceCreateFlagsNN
impl BitXor for ViSurfaceCreateFlagsNN
source§impl BitXorAssign for ViSurfaceCreateFlagsNN
impl BitXorAssign 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 for ViSurfaceCreateFlagsNN
impl PartialEq 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 for ViSurfaceCreateFlagsNN
impl PartialOrd 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 moreimpl Copy for ViSurfaceCreateFlagsNN
impl Eq for ViSurfaceCreateFlagsNN
impl StructuralPartialEq for ViSurfaceCreateFlagsNN
Auto Trait Implementations§
impl Freeze for ViSurfaceCreateFlagsNN
impl RefUnwindSafe for ViSurfaceCreateFlagsNN
impl Send for ViSurfaceCreateFlagsNN
impl Sync for ViSurfaceCreateFlagsNN
impl Unpin for ViSurfaceCreateFlagsNN
impl UnwindSafe for ViSurfaceCreateFlagsNN
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more