Struct object::read::SymbolIndex
source · pub struct SymbolIndex(pub usize);
Expand description
The index used to identify a symbol of a file.
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Clone for SymbolIndex
impl Clone for SymbolIndex
source§fn clone(&self) -> SymbolIndex
fn clone(&self) -> SymbolIndex
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 SymbolIndex
impl Debug for SymbolIndex
source§impl Hash for SymbolIndex
impl Hash for SymbolIndex
source§impl PartialEq<SymbolIndex> for SymbolIndex
impl PartialEq<SymbolIndex> for SymbolIndex
source§fn eq(&self, other: &SymbolIndex) -> bool
fn eq(&self, other: &SymbolIndex) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.