Struct dvk::VkBuffer [] [src]

pub struct VkBuffer(_);

Methods

impl VkBuffer
[src]

fn null() -> VkBuffer

Trait Implementations

impl Clone for VkBuffer
[src]

fn clone(&self) -> VkBuffer

Returns a copy of the value. Read more

fn clone_from(&mut self, source: &Self)
1.0.0

Performs copy-assignment from source. Read more

impl Copy for VkBuffer
[src]