[][src]Struct vulkano::image::traits::ImageAccessFromUndefinedLayout

pub struct ImageAccessFromUndefinedLayout<I> { /* fields omitted */ }

Wraps around an object that implements ImageAccess and modifies the initial layout requirement to be either Undefined or Preinitialized.

Trait Implementations

impl<I> ImageAccess for ImageAccessFromUndefinedLayout<I> where
    I: ImageAccess
[src]

impl<I: Clone> Clone for ImageAccessFromUndefinedLayout<I>[src]

impl<I: Copy> Copy for ImageAccessFromUndefinedLayout<I>[src]

impl<I: Debug> Debug for ImageAccessFromUndefinedLayout<I>[src]

Auto Trait Implementations

impl<I> Send for ImageAccessFromUndefinedLayout<I> where
    I: Send

impl<I> Sync for ImageAccessFromUndefinedLayout<I> where
    I: Sync

impl<I> Unpin for ImageAccessFromUndefinedLayout<I> where
    I: Unpin

impl<I> UnwindSafe for ImageAccessFromUndefinedLayout<I> where
    I: UnwindSafe

impl<I> RefUnwindSafe for ImageAccessFromUndefinedLayout<I> where
    I: RefUnwindSafe

Blanket Implementations

impl<T> ImageAccess for T where
    T: SafeDeref,
    <T as Deref>::Target: ImageAccess
[src]

impl<T> Content for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for 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.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]