Struct vulkan_rs::VkCommandBuffer [] [src]

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

Opaque handle to a command buffer object

Trait Implementations

impl Clone for VkCommandBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkCommandBuffer
[src]

impl Debug for VkCommandBuffer
[src]

Formats the value using the given formatter.

impl PartialEq for VkCommandBuffer
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl Eq for VkCommandBuffer
[src]

impl VkNullHandle for VkCommandBuffer
[src]

Returns a reserved non-valid object handle.

impl Default for VkCommandBuffer
[src]

Returns the "default value" for a type. Read more