Struct object::read::ObjectMapFile
source · pub struct ObjectMapFile<'data> {
path: &'data [u8],
member: Option<&'data [u8]>,
}
Expand description
An object file name in an ObjectMap
.
Fields§
§path: &'data [u8]
§member: Option<&'data [u8]>
Implementations§
source§impl<'data> ObjectMapFile<'data>
impl<'data> ObjectMapFile<'data>
Trait Implementations§
source§impl<'data> Clone for ObjectMapFile<'data>
impl<'data> Clone for ObjectMapFile<'data>
source§fn clone(&self) -> ObjectMapFile<'data>
fn clone(&self) -> ObjectMapFile<'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 ObjectMapFile<'data>
impl<'data> Debug for ObjectMapFile<'data>
source§impl<'data> Hash for ObjectMapFile<'data>
impl<'data> Hash for ObjectMapFile<'data>
source§impl<'data> PartialEq for ObjectMapFile<'data>
impl<'data> PartialEq for ObjectMapFile<'data>
source§fn eq(&self, other: &ObjectMapFile<'data>) -> bool
fn eq(&self, other: &ObjectMapFile<'data>) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl<'data> Copy for ObjectMapFile<'data>
impl<'data> Eq for ObjectMapFile<'data>
impl<'data> StructuralPartialEq for ObjectMapFile<'data>
Auto Trait Implementations§
impl<'data> Freeze for ObjectMapFile<'data>
impl<'data> RefUnwindSafe for ObjectMapFile<'data>
impl<'data> Send for ObjectMapFile<'data>
impl<'data> Sync for ObjectMapFile<'data>
impl<'data> Unpin for ObjectMapFile<'data>
impl<'data> UnwindSafe for ObjectMapFile<'data>
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