Struct object::read::ObjectMapEntry [−][src]
pub struct ObjectMapEntry<'data> { /* fields omitted */ }
Expand description
A ObjectMap
entry.
Implementations
Get the index of the object file name.
Trait Implementations
Returns the “default value” for a type. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'data> RefUnwindSafe for ObjectMapEntry<'data>
impl<'data> Send for ObjectMapEntry<'data>
impl<'data> Sync for ObjectMapEntry<'data>
impl<'data> Unpin for ObjectMapEntry<'data>
impl<'data> UnwindSafe for ObjectMapEntry<'data>
Blanket Implementations
Mutably borrows from an owned value. Read more