Struct object::read::SymbolIndex [−][src]
pub struct SymbolIndex(pub usize);Expand description
The index used to identify a symbol of a file.
Tuple Fields
0: usizeTrait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for SymbolIndex
impl Send for SymbolIndex
impl Sync for SymbolIndex
impl Unpin for SymbolIndex
impl UnwindSafe for SymbolIndex
Blanket Implementations
Mutably borrows from an owned value. Read more
Compare self to key and return true if they are equal.