Struct object::read::ObjectMapEntry
source · pub struct ObjectMapEntry<'data> { /* private fields */ }
Expand description
A ObjectMap
entry.
Implementations§
source§impl<'data> ObjectMapEntry<'data>
impl<'data> ObjectMapEntry<'data>
sourcepub fn object_index(&self) -> usize
pub fn object_index(&self) -> usize
Get the index of the object file name.
Trait Implementations§
source§impl<'data> Clone for ObjectMapEntry<'data>
impl<'data> Clone for ObjectMapEntry<'data>
source§fn clone(&self) -> ObjectMapEntry<'data>
fn clone(&self) -> ObjectMapEntry<'data>
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<'data> Debug for ObjectMapEntry<'data>
impl<'data> Debug for ObjectMapEntry<'data>
source§impl<'data> Default for ObjectMapEntry<'data>
impl<'data> Default for ObjectMapEntry<'data>
source§fn default() -> ObjectMapEntry<'data>
fn default() -> ObjectMapEntry<'data>
Returns the “default value” for a type. Read more