Struct dvk::VkImage [] [src]

pub struct VkImage(_);

Methods

impl VkImage
[src]

fn null() -> VkImage

Trait Implementations

impl Clone for VkImage
[src]

fn clone(&self) -> VkImage

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 VkImage
[src]