[][src]Struct vulkano::command_buffer::CommandBufferExecFuture

#[must_use = "Dropping this object will immediately block the thread until the GPU has finished processing the submission"]
pub struct CommandBufferExecFuture<F, Cb> where
    F: GpuFuture,
    Cb: CommandBuffer
{ /* fields omitted */ }

Represents a command buffer being executed by the GPU and the moment when the execution finishes.

Trait Implementations

impl<F, Cb> DeviceOwned for CommandBufferExecFuture<F, Cb> where
    F: GpuFuture,
    Cb: CommandBuffer
[src]

impl<F, Cb> GpuFuture for CommandBufferExecFuture<F, Cb> where
    F: GpuFuture,
    Cb: CommandBuffer
[src]

impl<F, Cb> Drop for CommandBufferExecFuture<F, Cb> where
    F: GpuFuture,
    Cb: CommandBuffer
[src]

Auto Trait Implementations

impl<F, Cb> Send for CommandBufferExecFuture<F, Cb> where
    Cb: Send,
    F: Send

impl<F, Cb> Sync for CommandBufferExecFuture<F, Cb> where
    Cb: Sync,
    F: Sync

impl<F, Cb> Unpin for CommandBufferExecFuture<F, Cb> where
    Cb: Unpin,
    F: Unpin

impl<F, Cb> UnwindSafe for CommandBufferExecFuture<F, Cb> where
    Cb: UnwindSafe,
    F: UnwindSafe

impl<F, Cb> RefUnwindSafe for CommandBufferExecFuture<F, Cb> where
    Cb: RefUnwindSafe,
    F: RefUnwindSafe

Blanket Implementations

impl<T> DeviceOwned for T where
    T: Deref,
    <T as Deref>::Target: DeviceOwned
[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]