Struct object::read::SymbolIndex [−][src]
pub struct SymbolIndex(pub usize);
The index used to identify a symbol of a file.
Trait Implementations
impl Clone for SymbolIndex
[src]
impl Clone for SymbolIndex
[src]fn clone(&self) -> SymbolIndex
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Hash for SymbolIndex
[src]
impl Hash for SymbolIndex
[src]impl PartialEq<SymbolIndex> for SymbolIndex
[src]
impl PartialEq<SymbolIndex> for SymbolIndex
[src]fn eq(&self, other: &SymbolIndex) -> bool
[src]
fn ne(&self, other: &SymbolIndex) -> bool
[src]
impl Copy for SymbolIndex
[src]
impl Eq for SymbolIndex
[src]
impl StructuralEq for SymbolIndex
[src]
impl StructuralPartialEq for SymbolIndex
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> ToOwned for T where
T: Clone,
[src]
impl<T> ToOwned for T where
T: Clone,
[src]type Owned = T
The resulting type after obtaining ownership.