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