Struct gimli::read::ReaderOffsetId [−][src]
An identifier for an offset within a section reader.
This is used for error reporting. The meaning of this value is specific to each reader implementation. The values should be chosen to be unique amongst all readers. If values are not unique then errors may point to the wrong reader.
Trait Implementations
impl Clone for ReaderOffsetId
[src]
fn clone(&self) -> ReaderOffsetId
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for ReaderOffsetId
[src]
impl Debug for ReaderOffsetId
[src]
impl Eq for ReaderOffsetId
[src]
impl PartialEq<ReaderOffsetId> for ReaderOffsetId
[src]
fn eq(&self, other: &ReaderOffsetId) -> bool
[src]
fn ne(&self, other: &ReaderOffsetId) -> bool
[src]
impl StructuralEq for ReaderOffsetId
[src]
impl StructuralPartialEq for ReaderOffsetId
[src]
Auto Trait Implementations
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T
[src]
pub fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,