[][src]Struct ash_tray::ash::vk::ExternalSemaphoreHandleTypeFlags

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

Methods

impl ExternalSemaphoreHandleTypeFlags[src]

pub const fn empty() -> ExternalSemaphoreHandleTypeFlags[src]

pub const fn all() -> ExternalSemaphoreHandleTypeFlags[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: ExternalSemaphoreHandleTypeFlags) -> bool[src]

pub fn contains(self, other: ExternalSemaphoreHandleTypeFlags) -> bool[src]

Returns whether other is a subset of self

impl ExternalSemaphoreHandleTypeFlags[src]

Trait Implementations

impl Eq for ExternalSemaphoreHandleTypeFlags[src]

impl Default for ExternalSemaphoreHandleTypeFlags[src]

impl Clone for ExternalSemaphoreHandleTypeFlags[src]

impl PartialOrd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

impl PartialEq<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

impl Ord for ExternalSemaphoreHandleTypeFlags[src]

impl Copy for ExternalSemaphoreHandleTypeFlags[src]

impl Hash for ExternalSemaphoreHandleTypeFlags[src]

impl Sub<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

type Output = ExternalSemaphoreHandleTypeFlags

The resulting type after applying the - operator.

impl SubAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

impl Not for ExternalSemaphoreHandleTypeFlags[src]

type Output = ExternalSemaphoreHandleTypeFlags

The resulting type after applying the ! operator.

impl BitAnd<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

type Output = ExternalSemaphoreHandleTypeFlags

The resulting type after applying the & operator.

impl BitOr<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

type Output = ExternalSemaphoreHandleTypeFlags

The resulting type after applying the | operator.

impl BitXor<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

type Output = ExternalSemaphoreHandleTypeFlags

The resulting type after applying the ^ operator.

impl BitAndAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

impl BitOrAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

impl BitXorAssign<ExternalSemaphoreHandleTypeFlags> for ExternalSemaphoreHandleTypeFlags[src]

impl Debug for ExternalSemaphoreHandleTypeFlags[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

The resulting type after obtaining ownership.

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

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

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.

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

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

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