Struct vulkan_rs::VkBuffer [] [src]

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

Opaque handle to a buffer object

Trait Implementations

impl Clone for VkBuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkBuffer
[src]

impl Debug for VkBuffer
[src]

Formats the value using the given formatter.

impl PartialEq for VkBuffer
[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 VkBuffer
[src]

impl VkNullHandle for VkBuffer
[src]

Returns a reserved non-valid object handle.

impl Default for VkBuffer
[src]

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