Enum spirv_utils::desc::LinkageType
[−]
[src]
pub enum LinkageType {
Export,
Import,
}Variants
Export | |
Import |
pub enum LinkageType {
Export,
Import,
}Export | |
Import |
impl LinkageTypefn from(val: u32) -> Option<LinkageType>impl Hash for LinkageTypefn hash<__H: Hasher>(&self, __arg_0: &mut __H)fn hash_slice<H>(data: &[Self], state: &mut H) where H: Hasherimpl PartialEq for LinkageTypefn eq(&self, __arg_0: &LinkageType) -> boolfn ne(&self, __arg_0: &LinkageType) -> boolimpl Debug for LinkageTypeimpl Clone for LinkageTypefn clone(&self) -> LinkageTypefn clone_from(&mut self, source: &Self)impl Copy for LinkageType