Struct prc::prc_trait::FileOffsets
source · [−]Expand description
Offsets to tables derived from the file header, necessary when reading certain params
Fields
hashes: u64ref_table: u64Trait Implementations
sourceimpl Clone for FileOffsets
impl Clone for FileOffsets
sourcefn clone(&self) -> FileOffsets
fn clone(&self) -> FileOffsets
Returns a copy of the value. Read more
1.0.0 · sourceconst fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresourceimpl Debug for FileOffsets
impl Debug for FileOffsets
impl Copy for FileOffsets
Auto Trait Implementations
impl RefUnwindSafe for FileOffsets
impl Send for FileOffsets
impl Sync for FileOffsets
impl Unpin for FileOffsets
impl UnwindSafe for FileOffsets
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more