Struct vk_generator::VkVersion [] [src]

pub struct VkVersion(pub u16, pub u16);

Trait Implementations

Derived Implementations

impl Hash for VkVersion

fn hash<__H: Hasher>(&self, __arg_0: &mut __H)

1.3.0fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasher

impl Eq for VkVersion

impl PartialEq for VkVersion

fn eq(&self, __arg_0: &VkVersion) -> bool

fn ne(&self, __arg_0: &VkVersion) -> bool

impl Copy for VkVersion

impl Clone for VkVersion

fn clone(&self) -> VkVersion

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

impl Debug for VkVersion

fn fmt(&self, __arg_0: &mut Formatter) -> Result