Enum spirv_utils::desc::LinkageType
[−]
[src]
pub enum LinkageType { Export, Import, }
Variants
Export | |
Import |
pub enum LinkageType { Export, Import, }
Export | |
Import |
impl LinkageType
fn from(val: u32) -> Option<LinkageType>
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
impl Clone for LinkageType
fn clone(&self) -> LinkageType
fn clone_from(&mut self, source: &Self)
impl Copy for LinkageType