[][src]Struct vulkan_raw::VkExternalSemaphoreHandleTypeFlags

#[repr(transparent)]
pub struct VkExternalSemaphoreHandleTypeFlags(pub u32);

Methods

impl VkExternalSemaphoreHandleTypeFlags[src]

Trait Implementations

impl BitAnd<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkExternalSemaphoreHandleTypeFlags> for u32[src]

type Output = VkExternalSemaphoreHandleTypeFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkExternalSemaphoreHandleTypeFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

impl BitAndAssign<VkExternalSemaphoreHandleTypeFlags> for u32[src]

impl BitAndAssign<u32> for VkExternalSemaphoreHandleTypeFlags[src]

impl BitOr<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkExternalSemaphoreHandleTypeFlags> for u32[src]

type Output = VkExternalSemaphoreHandleTypeFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkExternalSemaphoreHandleTypeFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

impl BitOrAssign<VkExternalSemaphoreHandleTypeFlags> for u32[src]

impl BitOrAssign<u32> for VkExternalSemaphoreHandleTypeFlags[src]

impl BitXor<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkExternalSemaphoreHandleTypeFlags> for u32[src]

type Output = VkExternalSemaphoreHandleTypeFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkExternalSemaphoreHandleTypeFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

impl BitXorAssign<VkExternalSemaphoreHandleTypeFlags> for u32[src]

impl BitXorAssign<u32> for VkExternalSemaphoreHandleTypeFlags[src]

impl Clone for VkExternalSemaphoreHandleTypeFlags[src]

impl Copy for VkExternalSemaphoreHandleTypeFlags[src]

impl Debug for VkExternalSemaphoreHandleTypeFlags[src]

impl Default for VkExternalSemaphoreHandleTypeFlags[src]

impl Eq for VkExternalSemaphoreHandleTypeFlags[src]

impl Hash for VkExternalSemaphoreHandleTypeFlags[src]

impl Not for VkExternalSemaphoreHandleTypeFlags[src]

type Output = VkExternalSemaphoreHandleTypeFlags

The resulting type after applying the ! operator.

impl Ord for VkExternalSemaphoreHandleTypeFlags[src]

impl PartialEq<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

impl PartialEq<VkExternalSemaphoreHandleTypeFlags> for u32[src]

impl PartialEq<u32> for VkExternalSemaphoreHandleTypeFlags[src]

impl PartialOrd<VkExternalSemaphoreHandleTypeFlags> for VkExternalSemaphoreHandleTypeFlags[src]

impl StructuralEq for VkExternalSemaphoreHandleTypeFlags[src]

impl StructuralPartialEq for VkExternalSemaphoreHandleTypeFlags[src]

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.