Struct gfx_backend_empty::Queue[][src]

pub struct Queue;
Expand description

Dummy command queue doing nothing.

Trait Implementations

Formats the value using the given formatter. Read more

Submit command buffers to queue for execution. Read more

Present a swapchain image directly to a surface, after waiting on wait_semaphore. Read more

Wait for the queue to be idle.

The amount of nanoseconds that causes a timestamp query value to increment by one.

Sparse memory bind operation. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.