Struct object::write::elf::SymbolIndex
source · pub struct SymbolIndex(pub u32);
Expand description
The index of an ELF symbol.
Tuple Fields§
§0: u32
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 Default for SymbolIndex
impl Default for SymbolIndex
source§fn default() -> SymbolIndex
fn default() -> SymbolIndex
Returns the “default value” for a type. Read more
source§impl Hash for SymbolIndex
impl Hash for SymbolIndex
source§impl Ord for SymbolIndex
impl Ord for SymbolIndex
source§fn cmp(&self, other: &SymbolIndex) -> Ordering
fn cmp(&self, other: &SymbolIndex) -> Ordering
1.21.0 · source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
source§impl PartialEq for SymbolIndex
impl PartialEq for SymbolIndex
source§impl PartialOrd for SymbolIndex
impl PartialOrd for SymbolIndex
impl Copy for SymbolIndex
impl Eq for SymbolIndex
impl StructuralPartialEq for SymbolIndex
Auto Trait Implementations§
impl Freeze for SymbolIndex
impl RefUnwindSafe for SymbolIndex
impl Send for SymbolIndex
impl Sync for SymbolIndex
impl Unpin for SymbolIndex
impl UnwindSafe for SymbolIndex
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<Q, K> Comparable<K> for Q
impl<Q, K> Comparable<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.