Struct vk_generator::VkVersion
[−]
[src]
pub struct VkVersion(pub u16, pub u16);
Trait Implementations
impl Debug for VkVersion[src]
impl Clone for VkVersion[src]
fn clone(&self) -> VkVersion
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 VkVersion[src]
impl PartialEq for VkVersion[src]
fn eq(&self, __arg_0: &VkVersion) -> bool
This method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, __arg_0: &VkVersion) -> bool
This method tests for !=.