Trait elrond::SymbolBinding
[−]
[src]
pub trait SymbolBinding {
fn get_sym_binding(&self) -> SymBinding;
fn is_local(&self) -> bool { ... }
fn is_global(&self) -> bool { ... }
fn is_weak(&self) -> bool { ... }
fn is_lo_proc(&self) -> bool { ... }
fn is_hi_proc(&self) -> bool { ... }
fn is_unknown(&self) -> bool { ... }
fn get_unknown(&self) -> Option<u8> { ... }
}
Required Methods
fn get_sym_binding(&self) -> SymBinding
Provided Methods
fn is_local(&self) -> bool
fn is_global(&self) -> bool
fn is_weak(&self) -> bool
fn is_lo_proc(&self) -> bool
fn is_hi_proc(&self) -> bool
fn is_unknown(&self) -> bool
fn get_unknown(&self) -> Option<u8>
Implementors
impl SymbolBinding for SymBinding