[][src]Struct vulkan_raw::VkBufferUsageFlags

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

Methods

impl VkBufferUsageFlags[src]

Trait Implementations

impl BitAnd<VkBufferUsageFlags> for VkBufferUsageFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkBufferUsageFlags> for u32[src]

type Output = VkBufferUsageFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkBufferUsageFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkBufferUsageFlags> for VkBufferUsageFlags[src]

impl BitAndAssign<VkBufferUsageFlags> for u32[src]

impl BitAndAssign<u32> for VkBufferUsageFlags[src]

impl BitOr<VkBufferUsageFlags> for VkBufferUsageFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkBufferUsageFlags> for u32[src]

type Output = VkBufferUsageFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkBufferUsageFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkBufferUsageFlags> for VkBufferUsageFlags[src]

impl BitOrAssign<VkBufferUsageFlags> for u32[src]

impl BitOrAssign<u32> for VkBufferUsageFlags[src]

impl BitXor<VkBufferUsageFlags> for VkBufferUsageFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkBufferUsageFlags> for u32[src]

type Output = VkBufferUsageFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkBufferUsageFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkBufferUsageFlags> for VkBufferUsageFlags[src]

impl BitXorAssign<VkBufferUsageFlags> for u32[src]

impl BitXorAssign<u32> for VkBufferUsageFlags[src]

impl Clone for VkBufferUsageFlags[src]

impl Copy for VkBufferUsageFlags[src]

impl Debug for VkBufferUsageFlags[src]

impl Default for VkBufferUsageFlags[src]

impl Eq for VkBufferUsageFlags[src]

impl Hash for VkBufferUsageFlags[src]

impl Not for VkBufferUsageFlags[src]

type Output = VkBufferUsageFlags

The resulting type after applying the ! operator.

impl Ord for VkBufferUsageFlags[src]

impl PartialEq<VkBufferUsageFlags> for VkBufferUsageFlags[src]

impl PartialEq<VkBufferUsageFlags> for u32[src]

impl PartialEq<u32> for VkBufferUsageFlags[src]

impl PartialOrd<VkBufferUsageFlags> for VkBufferUsageFlags[src]

impl StructuralEq for VkBufferUsageFlags[src]

impl StructuralPartialEq for VkBufferUsageFlags[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.