[][src]Struct vulkan_raw::VkMemoryMapFlags

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

Methods

impl VkMemoryMapFlags[src]

Trait Implementations

impl BitAnd<VkMemoryMapFlags> for VkMemoryMapFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkMemoryMapFlags> for u32[src]

type Output = VkMemoryMapFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkMemoryMapFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkMemoryMapFlags> for VkMemoryMapFlags[src]

impl BitAndAssign<VkMemoryMapFlags> for u32[src]

impl BitAndAssign<u32> for VkMemoryMapFlags[src]

impl BitOr<VkMemoryMapFlags> for VkMemoryMapFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkMemoryMapFlags> for u32[src]

type Output = VkMemoryMapFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkMemoryMapFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkMemoryMapFlags> for VkMemoryMapFlags[src]

impl BitOrAssign<VkMemoryMapFlags> for u32[src]

impl BitOrAssign<u32> for VkMemoryMapFlags[src]

impl BitXor<VkMemoryMapFlags> for VkMemoryMapFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkMemoryMapFlags> for u32[src]

type Output = VkMemoryMapFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkMemoryMapFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkMemoryMapFlags> for VkMemoryMapFlags[src]

impl BitXorAssign<VkMemoryMapFlags> for u32[src]

impl BitXorAssign<u32> for VkMemoryMapFlags[src]

impl Clone for VkMemoryMapFlags[src]

impl Copy for VkMemoryMapFlags[src]

impl Debug for VkMemoryMapFlags[src]

impl Default for VkMemoryMapFlags[src]

impl Eq for VkMemoryMapFlags[src]

impl Hash for VkMemoryMapFlags[src]

impl Not for VkMemoryMapFlags[src]

type Output = VkMemoryMapFlags

The resulting type after applying the ! operator.

impl Ord for VkMemoryMapFlags[src]

impl PartialEq<VkMemoryMapFlags> for VkMemoryMapFlags[src]

impl PartialEq<VkMemoryMapFlags> for u32[src]

impl PartialEq<u32> for VkMemoryMapFlags[src]

impl PartialOrd<VkMemoryMapFlags> for VkMemoryMapFlags[src]

impl StructuralEq for VkMemoryMapFlags[src]

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