Enum spirv_utils::desc::LinkageType [] [src]

pub enum LinkageType {
    Export,
    Import,
}

Variants

Export
Import

Methods

impl LinkageType

fn from(val: u32) -> Option<LinkageType>

Trait Implementations

Derived Implementations

impl Hash for LinkageType

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

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

impl PartialEq for LinkageType

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

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

impl Debug for LinkageType

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

impl Clone for LinkageType

fn clone(&self) -> LinkageType

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

impl Copy for LinkageType