[][src]Struct vulkano::image::immutable::ImmutableImageInitialization

pub struct ImmutableImageInitialization<F, A = PotentialDedicatedAllocation<StdMemoryPoolAlloc>> { /* fields omitted */ }

Trait Implementations

impl<F, A> ImageAccess for ImmutableImageInitialization<F, A> where
    F: 'static + Send + Sync
[src]

Auto Trait Implementations

impl<F, A> Send for ImmutableImageInitialization<F, A> where
    A: Send + Sync,
    F: Send + Sync

impl<F, A> Sync for ImmutableImageInitialization<F, A> where
    A: Send + Sync,
    F: Send + Sync

impl<F, A> Unpin for ImmutableImageInitialization<F, A>

impl<F, A> UnwindSafe for ImmutableImageInitialization<F, A> where
    A: RefUnwindSafe,
    F: RefUnwindSafe

impl<F, A> RefUnwindSafe for ImmutableImageInitialization<F, A> where
    A: RefUnwindSafe,
    F: 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, 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]