pub struct PrimaryAutoCommandBuffer<A = StandardCommandBufferAlloc> { /* private fields */ }

Trait Implementations§

Returns the device that owns Self.
Returns the usage of this command buffer.
Executes this command buffer on a queue. Read more
Executes the command buffer after an existing future. Read more
The type of the object.
Returns the raw Vulkan handle of the object.

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.