Struct ue4pak::archive::ArchiveLen
source · [−]pub struct ArchiveLen { /* private fields */ }
Expand description
A write archive wrapper that count written bytes
Implementations
Trait Implementations
sourceimpl Archive for ArchiveLen
impl Archive for ArchiveLen
Auto Trait Implementations
impl RefUnwindSafe for ArchiveLen
impl Send for ArchiveLen
impl Sync for ArchiveLen
impl Unpin for ArchiveLen
impl UnwindSafe for ArchiveLen
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