Struct lava::VkVersion[][src]

pub struct VkVersion(pub u32, pub u32, pub u32);

Methods

impl VkVersion
[src]

Trait Implementations

impl Debug for VkVersion
[src]

Formats the value using the given formatter. Read more

impl Copy for VkVersion
[src]

impl Clone for VkVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkVersion
[src]

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

Auto Trait Implementations

impl Send for VkVersion

impl Sync for VkVersion