Struct ash::vk::SurfaceCounterFlagsEXT
source · pub struct SurfaceCounterFlagsEXT(/* private fields */);
Expand description
Implementations§
source§impl SurfaceCounterFlagsEXT
impl SurfaceCounterFlagsEXT
Trait Implementations§
source§impl BitAnd for SurfaceCounterFlagsEXT
impl BitAnd for SurfaceCounterFlagsEXT
source§impl BitAndAssign for SurfaceCounterFlagsEXT
impl BitAndAssign for SurfaceCounterFlagsEXT
source§fn bitand_assign(&mut self, rhs: Self)
fn bitand_assign(&mut self, rhs: Self)
Performs the
&=
operation. Read moresource§impl BitOr for SurfaceCounterFlagsEXT
impl BitOr for SurfaceCounterFlagsEXT
source§impl BitOrAssign for SurfaceCounterFlagsEXT
impl BitOrAssign for SurfaceCounterFlagsEXT
source§fn bitor_assign(&mut self, rhs: Self)
fn bitor_assign(&mut self, rhs: Self)
Performs the
|=
operation. Read moresource§impl BitXor for SurfaceCounterFlagsEXT
impl BitXor for SurfaceCounterFlagsEXT
source§impl BitXorAssign for SurfaceCounterFlagsEXT
impl BitXorAssign for SurfaceCounterFlagsEXT
source§fn bitxor_assign(&mut self, rhs: Self)
fn bitxor_assign(&mut self, rhs: Self)
Performs the
^=
operation. Read moresource§impl Clone for SurfaceCounterFlagsEXT
impl Clone for SurfaceCounterFlagsEXT
source§fn clone(&self) -> SurfaceCounterFlagsEXT
fn clone(&self) -> SurfaceCounterFlagsEXT
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 SurfaceCounterFlagsEXT
impl Debug for SurfaceCounterFlagsEXT
source§impl Default for SurfaceCounterFlagsEXT
impl Default for SurfaceCounterFlagsEXT
source§impl Hash for SurfaceCounterFlagsEXT
impl Hash for SurfaceCounterFlagsEXT
source§impl Not for SurfaceCounterFlagsEXT
impl Not for SurfaceCounterFlagsEXT
source§impl Ord for SurfaceCounterFlagsEXT
impl Ord for SurfaceCounterFlagsEXT
source§fn cmp(&self, other: &SurfaceCounterFlagsEXT) -> Ordering
fn cmp(&self, other: &SurfaceCounterFlagsEXT) -> 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 SurfaceCounterFlagsEXT
impl PartialEq for SurfaceCounterFlagsEXT
source§fn eq(&self, other: &SurfaceCounterFlagsEXT) -> bool
fn eq(&self, other: &SurfaceCounterFlagsEXT) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl PartialOrd for SurfaceCounterFlagsEXT
impl PartialOrd for SurfaceCounterFlagsEXT
source§fn partial_cmp(&self, other: &SurfaceCounterFlagsEXT) -> Option<Ordering>
fn partial_cmp(&self, other: &SurfaceCounterFlagsEXT) -> 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 SurfaceCounterFlagsEXT
impl Eq for SurfaceCounterFlagsEXT
impl StructuralPartialEq for SurfaceCounterFlagsEXT
Auto Trait Implementations§
impl Freeze for SurfaceCounterFlagsEXT
impl RefUnwindSafe for SurfaceCounterFlagsEXT
impl Send for SurfaceCounterFlagsEXT
impl Sync for SurfaceCounterFlagsEXT
impl Unpin for SurfaceCounterFlagsEXT
impl UnwindSafe for SurfaceCounterFlagsEXT
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