[−][src]Struct ash::vk::SampleCountFlags
Methods
impl SampleCountFlags
[src]
pub const fn empty() -> SampleCountFlags
[src]
pub const fn all() -> SampleCountFlags
[src]
pub const fn from_raw(x: Flags) -> Self
[src]
pub const fn as_raw(self) -> Flags
[src]
pub fn is_empty(self) -> bool
[src]
pub fn is_all(self) -> bool
[src]
pub fn intersects(self, other: SampleCountFlags) -> bool
[src]
pub fn contains(self, other: SampleCountFlags) -> bool
[src]
Returns whether other
is a subset of self
impl SampleCountFlags
[src]
pub const TYPE_1: Self
[src]
Sample count 1 supported
pub const TYPE_2: Self
[src]
Sample count 2 supported
pub const TYPE_4: Self
[src]
Sample count 4 supported
pub const TYPE_8: Self
[src]
Sample count 8 supported
pub const TYPE_16: Self
[src]
Sample count 16 supported
pub const TYPE_32: Self
[src]
Sample count 32 supported
pub const TYPE_64: Self
[src]
Sample count 64 supported
Trait Implementations
impl BitAnd<SampleCountFlags> for SampleCountFlags
[src]
type Output = SampleCountFlags
The resulting type after applying the &
operator.
fn bitand(self, rhs: SampleCountFlags) -> SampleCountFlags
[src]
impl BitAndAssign<SampleCountFlags> for SampleCountFlags
[src]
fn bitand_assign(&mut self, rhs: SampleCountFlags)
[src]
impl BitOr<SampleCountFlags> for SampleCountFlags
[src]
type Output = SampleCountFlags
The resulting type after applying the |
operator.
fn bitor(self, rhs: SampleCountFlags) -> SampleCountFlags
[src]
impl BitOrAssign<SampleCountFlags> for SampleCountFlags
[src]
fn bitor_assign(&mut self, rhs: SampleCountFlags)
[src]
impl BitXor<SampleCountFlags> for SampleCountFlags
[src]
type Output = SampleCountFlags
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: SampleCountFlags) -> SampleCountFlags
[src]
impl BitXorAssign<SampleCountFlags> for SampleCountFlags
[src]
fn bitxor_assign(&mut self, rhs: SampleCountFlags)
[src]
impl Clone for SampleCountFlags
[src]
fn clone(&self) -> SampleCountFlags
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for SampleCountFlags
[src]
impl Debug for SampleCountFlags
[src]
impl Default for SampleCountFlags
[src]
fn default() -> SampleCountFlags
[src]
impl Eq for SampleCountFlags
[src]
impl Hash for SampleCountFlags
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Not for SampleCountFlags
[src]
type Output = SampleCountFlags
The resulting type after applying the !
operator.
fn not(self) -> SampleCountFlags
[src]
impl Ord for SampleCountFlags
[src]
fn cmp(&self, other: &SampleCountFlags) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<SampleCountFlags> for SampleCountFlags
[src]
fn eq(&self, other: &SampleCountFlags) -> bool
[src]
fn ne(&self, other: &SampleCountFlags) -> bool
[src]
impl PartialOrd<SampleCountFlags> for SampleCountFlags
[src]
fn partial_cmp(&self, other: &SampleCountFlags) -> Option<Ordering>
[src]
fn lt(&self, other: &SampleCountFlags) -> bool
[src]
fn le(&self, other: &SampleCountFlags) -> bool
[src]
fn gt(&self, other: &SampleCountFlags) -> bool
[src]
fn ge(&self, other: &SampleCountFlags) -> bool
[src]
impl StructuralEq for SampleCountFlags
[src]
impl StructuralPartialEq for SampleCountFlags
[src]
impl Sub<SampleCountFlags> for SampleCountFlags
[src]
type Output = SampleCountFlags
The resulting type after applying the -
operator.
fn sub(self, rhs: SampleCountFlags) -> SampleCountFlags
[src]
impl SubAssign<SampleCountFlags> for SampleCountFlags
[src]
fn sub_assign(&mut self, rhs: SampleCountFlags)
[src]
Auto Trait Implementations
impl RefUnwindSafe for SampleCountFlags
impl Send for SampleCountFlags
impl Sync for SampleCountFlags
impl Unpin for SampleCountFlags
impl UnwindSafe for SampleCountFlags
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,