Enum binaryninja::symbol::SymbolType
source · pub enum SymbolType {
Function,
LibraryFunction,
ImportAddress,
ImportedFunction,
Data,
ImportedData,
External,
Symbolic,
LocalLabel,
}
Variants§
Function
LibraryFunction
ImportAddress
ImportedFunction
Data
ImportedData
External
Symbolic
LocalLabel
Trait Implementations§
source§impl Clone for SymbolType
impl Clone for SymbolType
source§fn clone(&self) -> SymbolType
fn clone(&self) -> SymbolType
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for SymbolType
impl Debug for SymbolType
source§impl From<BNSymbolType> for SymbolType
impl From<BNSymbolType> for SymbolType
source§fn from(bn: BNSymbolType) -> SymbolType
fn from(bn: BNSymbolType) -> SymbolType
Converts to this type from the input type.
source§impl From<SymbolType> for BNSymbolType
impl From<SymbolType> for BNSymbolType
source§fn from(symbol_type: SymbolType) -> Self
fn from(symbol_type: SymbolType) -> Self
Converts to this type from the input type.
source§impl Hash for SymbolType
impl Hash for SymbolType
source§impl PartialEq for SymbolType
impl PartialEq for SymbolType
source§fn eq(&self, other: &SymbolType) -> bool
fn eq(&self, other: &SymbolType) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for SymbolType
impl Eq for SymbolType
impl StructuralPartialEq for SymbolType
Auto Trait Implementations§
impl RefUnwindSafe for SymbolType
impl Send for SymbolType
impl Sync for SymbolType
impl Unpin for SymbolType
impl UnwindSafe for SymbolType
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more