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

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

Methods

impl SparseImageFormatFlags[src]

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

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

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

Returns whether other is a subset of self

impl SparseImageFormatFlags[src]

pub const SINGLE_MIPTAIL: Self[src]

Image uses a single mip tail region for all array layers

pub const ALIGNED_MIP_SIZE: Self[src]

Image requires mip level dimensions to be an integer multiple of the sparse image block dimensions for non-tail mip levels.

pub const NONSTANDARD_BLOCK_SIZE: Self[src]

Image uses a non-standard sparse image block dimensions

Trait Implementations

impl Eq for SparseImageFormatFlags[src]

impl Default for SparseImageFormatFlags[src]

impl Clone for SparseImageFormatFlags[src]

impl PartialOrd<SparseImageFormatFlags> for SparseImageFormatFlags[src]

impl PartialEq<SparseImageFormatFlags> for SparseImageFormatFlags[src]

impl Ord for SparseImageFormatFlags[src]

impl Copy for SparseImageFormatFlags[src]

impl Hash for SparseImageFormatFlags[src]

impl Sub<SparseImageFormatFlags> for SparseImageFormatFlags[src]

type Output = SparseImageFormatFlags

The resulting type after applying the - operator.

impl SubAssign<SparseImageFormatFlags> for SparseImageFormatFlags[src]

impl Not for SparseImageFormatFlags[src]

type Output = SparseImageFormatFlags

The resulting type after applying the ! operator.

impl BitAnd<SparseImageFormatFlags> for SparseImageFormatFlags[src]

type Output = SparseImageFormatFlags

The resulting type after applying the & operator.

impl BitOr<SparseImageFormatFlags> for SparseImageFormatFlags[src]

type Output = SparseImageFormatFlags

The resulting type after applying the | operator.

impl BitXor<SparseImageFormatFlags> for SparseImageFormatFlags[src]

type Output = SparseImageFormatFlags

The resulting type after applying the ^ operator.

impl BitAndAssign<SparseImageFormatFlags> for SparseImageFormatFlags[src]

impl BitOrAssign<SparseImageFormatFlags> for SparseImageFormatFlags[src]

impl BitXorAssign<SparseImageFormatFlags> for SparseImageFormatFlags[src]

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