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

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

Methods

impl MemoryHeapFlags[src]

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

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

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

Returns whether other is a subset of self

impl MemoryHeapFlags[src]

pub const DEVICE_LOCAL: Self[src]

If set, heap represents device memory

impl MemoryHeapFlags[src]

Generated from 'VK_VERSION_1_1'

pub const MULTI_INSTANCE: Self[src]

Trait Implementations

impl Eq for MemoryHeapFlags[src]

impl Default for MemoryHeapFlags[src]

impl Clone for MemoryHeapFlags[src]

impl PartialOrd<MemoryHeapFlags> for MemoryHeapFlags[src]

impl PartialEq<MemoryHeapFlags> for MemoryHeapFlags[src]

impl Ord for MemoryHeapFlags[src]

impl Copy for MemoryHeapFlags[src]

impl Hash for MemoryHeapFlags[src]

impl Sub<MemoryHeapFlags> for MemoryHeapFlags[src]

type Output = MemoryHeapFlags

The resulting type after applying the - operator.

impl SubAssign<MemoryHeapFlags> for MemoryHeapFlags[src]

impl Not for MemoryHeapFlags[src]

type Output = MemoryHeapFlags

The resulting type after applying the ! operator.

impl BitAnd<MemoryHeapFlags> for MemoryHeapFlags[src]

type Output = MemoryHeapFlags

The resulting type after applying the & operator.

impl BitOr<MemoryHeapFlags> for MemoryHeapFlags[src]

type Output = MemoryHeapFlags

The resulting type after applying the | operator.

impl BitXor<MemoryHeapFlags> for MemoryHeapFlags[src]

type Output = MemoryHeapFlags

The resulting type after applying the ^ operator.

impl BitAndAssign<MemoryHeapFlags> for MemoryHeapFlags[src]

impl BitOrAssign<MemoryHeapFlags> for MemoryHeapFlags[src]

impl BitXorAssign<MemoryHeapFlags> for MemoryHeapFlags[src]

impl Debug for MemoryHeapFlags[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]