Struct pilka_dyn::ash::vk::QueryPipelineStatisticFlags[]

#[repr(transparent)]pub struct QueryPipelineStatisticFlags(_);

Implementations

impl QueryPipelineStatisticFlags

impl QueryPipelineStatisticFlags

pub const fn empty() -> QueryPipelineStatisticFlags

pub const fn all() -> QueryPipelineStatisticFlags

pub const fn from_raw(x: u32) -> QueryPipelineStatisticFlags

pub const fn as_raw(self) -> u32

pub fn is_empty(self) -> bool

pub fn is_all(self) -> bool

pub fn intersects(self, other: QueryPipelineStatisticFlags) -> bool

pub fn contains(self, other: QueryPipelineStatisticFlags) -> bool

Returns whether other is a subset of self

Trait Implementations

impl BitAnd<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

type Output = QueryPipelineStatisticFlags

The resulting type after applying the & operator.

impl BitAndAssign<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

impl BitOr<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

type Output = QueryPipelineStatisticFlags

The resulting type after applying the | operator.

impl BitOrAssign<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

impl BitXor<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

type Output = QueryPipelineStatisticFlags

The resulting type after applying the ^ operator.

impl BitXorAssign<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

impl Clone for QueryPipelineStatisticFlags

impl Copy for QueryPipelineStatisticFlags

impl Debug for QueryPipelineStatisticFlags

impl Default for QueryPipelineStatisticFlags

impl Eq for QueryPipelineStatisticFlags

impl Hash for QueryPipelineStatisticFlags

impl Not for QueryPipelineStatisticFlags

type Output = QueryPipelineStatisticFlags

The resulting type after applying the ! operator.

impl Ord for QueryPipelineStatisticFlags

impl PartialEq<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

impl PartialOrd<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

impl StructuralEq for QueryPipelineStatisticFlags

impl StructuralPartialEq for QueryPipelineStatisticFlags

impl Sub<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

type Output = QueryPipelineStatisticFlags

The resulting type after applying the - operator.

impl SubAssign<QueryPipelineStatisticFlags> for QueryPipelineStatisticFlags

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.