Struct object::read::archive::ArchiveOffset
source · pub struct ArchiveOffset(pub u64);
Expand description
An offset of a member in an archive.
Tuple Fields§
§0: u64
Trait Implementations§
source§impl Clone for ArchiveOffset
impl Clone for ArchiveOffset
source§fn clone(&self) -> ArchiveOffset
fn clone(&self) -> ArchiveOffset
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 Debug for ArchiveOffset
impl Debug for ArchiveOffset
impl Copy for ArchiveOffset
Auto Trait Implementations§
impl Freeze for ArchiveOffset
impl RefUnwindSafe for ArchiveOffset
impl Send for ArchiveOffset
impl Sync for ArchiveOffset
impl Unpin for ArchiveOffset
impl UnwindSafe for ArchiveOffset
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