Struct ue4pak::PakCompressedBlock
source · [−]Fields
compressed_start: u64
compressed_end: u64
Trait Implementations
sourceimpl Archivable for PakCompressedBlock
impl Archivable for PakCompressedBlock
sourceimpl Clone for PakCompressedBlock
impl Clone for PakCompressedBlock
sourcefn clone(&self) -> PakCompressedBlock
fn clone(&self) -> PakCompressedBlock
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for PakCompressedBlock
impl Debug for PakCompressedBlock
sourceimpl Default for PakCompressedBlock
impl Default for PakCompressedBlock
sourcefn default() -> PakCompressedBlock
fn default() -> PakCompressedBlock
Returns the “default value” for a type. Read more
sourceimpl PartialEq<PakCompressedBlock> for PakCompressedBlock
impl PartialEq<PakCompressedBlock> for PakCompressedBlock
sourcefn eq(&self, other: &PakCompressedBlock) -> bool
fn eq(&self, other: &PakCompressedBlock) -> bool
impl Eq for PakCompressedBlock
impl StructuralEq for PakCompressedBlock
impl StructuralPartialEq for PakCompressedBlock
Auto Trait Implementations
impl RefUnwindSafe for PakCompressedBlock
impl Send for PakCompressedBlock
impl Sync for PakCompressedBlock
impl Unpin for PakCompressedBlock
impl UnwindSafe for PakCompressedBlock
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