Struct object::read::coff::CoffSymbol [−][src]
pub struct CoffSymbol<'data, 'file> { /* fields omitted */ }
Expand description
A symbol of a CoffFile
.
Trait Implementations
The index of the symbol.
Return the kind of this symbol.
Returns the section where the symbol is defined.
Return true if the symbol is undefined.
Return true if the symbol is a definition of a function or data object that has a known address. Read more
Returns the symbol scope.
Return true if the symbol visible outside of the compilation unit. Read more
Return true if the symbol is only visible within the compilation unit.
Symbol flags that are specific to each file format.
Returns the section index for the section containing this symbol. Read more
Auto Trait Implementations
impl<'data, 'file> RefUnwindSafe for CoffSymbol<'data, 'file>
impl<'data, 'file> Send for CoffSymbol<'data, 'file>
impl<'data, 'file> Sync for CoffSymbol<'data, 'file>
impl<'data, 'file> Unpin for CoffSymbol<'data, 'file> where
'data: 'file,
impl<'data, 'file> UnwindSafe for CoffSymbol<'data, 'file>
Blanket Implementations
Mutably borrows from an owned value. Read more