Struct bedrock::CommandBuffer [] [src]

#[repr(C)]
pub struct CommandBuffer(_);

Opaque handle to a command buffer object

Trait Implementations

impl Clone for CommandBuffer
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Copy for CommandBuffer
[src]

impl VkHandle for CommandBuffer
[src]

[src]

Retrieve an underlying handle

Auto Trait Implementations

impl !Send for CommandBuffer

impl !Sync for CommandBuffer