Struct bedrock::CommandPool [] [src]

pub struct CommandPool(_, _);

Opaque handle to a command pool object

Trait Implementations

impl Clone for CommandPool
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl VkHandle for CommandPool
[src]

[src]

Retrieve an underlying handle

impl DeviceChild for CommandPool
[src]

[src]

Retrieve a reference to a device object that creates this object

Auto Trait Implementations

impl !Send for CommandPool

impl !Sync for CommandPool