Struct gimli::read::ReaderOffsetId [−][src]
pub struct ReaderOffsetId(pub u64);
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]
impl Clone for ReaderOffsetId
[src]fn clone(&self) -> ReaderOffsetId
[src]
pub fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl PartialEq<ReaderOffsetId> for ReaderOffsetId
[src]
impl PartialEq<ReaderOffsetId> for ReaderOffsetId
[src]