Struct vulkanalia_sys::ImageLayout[][src]

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

Implementations

impl ImageLayout[src]

pub const UNDEFINED: Self[src]

pub const GENERAL: Self[src]

pub const COLOR_ATTACHMENT_OPTIMAL: Self[src]

pub const DEPTH_STENCIL_ATTACHMENT_OPTIMAL: Self[src]

pub const DEPTH_STENCIL_READ_ONLY_OPTIMAL: Self[src]

pub const SHADER_READ_ONLY_OPTIMAL: Self[src]

pub const TRANSFER_SRC_OPTIMAL: Self[src]

pub const TRANSFER_DST_OPTIMAL: Self[src]

pub const PREINITIALIZED: Self[src]

pub const DEPTH_READ_ONLY_STENCIL_ATTACHMENT_OPTIMAL: Self[src]

pub const DEPTH_ATTACHMENT_STENCIL_READ_ONLY_OPTIMAL: Self[src]

pub const DEPTH_ATTACHMENT_OPTIMAL: Self[src]

pub const DEPTH_READ_ONLY_OPTIMAL: Self[src]

pub const STENCIL_ATTACHMENT_OPTIMAL: Self[src]

pub const STENCIL_READ_ONLY_OPTIMAL: Self[src]

pub const PRESENT_SRC_KHR: Self[src]

pub const SHARED_PRESENT_KHR: Self[src]

pub const SHADING_RATE_OPTIMAL_NV: Self[src]

pub const FRAGMENT_DENSITY_MAP_OPTIMAL_EXT: Self[src]

pub const READ_ONLY_OPTIMAL_KHR: Self[src]

pub const ATTACHMENT_OPTIMAL_KHR: Self[src]

pub const fn from_raw(value: i32) -> Self[src]

Constructs an instance of this enum with the supplied underlying value.

pub const fn as_raw(self) -> i32[src]

Gets the underlying value for this enum instance.

Trait Implementations

impl Clone for ImageLayout[src]

impl Copy for ImageLayout[src]

impl Debug for ImageLayout[src]

impl Default for ImageLayout[src]

impl Eq for ImageLayout[src]

impl Hash for ImageLayout[src]

impl Ord for ImageLayout[src]

impl PartialEq<ImageLayout> for ImageLayout[src]

impl PartialOrd<ImageLayout> for ImageLayout[src]

impl StructuralEq for ImageLayout[src]

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