Struct hff_core::ChunkCache
source · pub struct ChunkCache { /* private fields */ }
Expand description
Act as a ReadSeek IO object for purposes of having an entire HFF in memory at one time.
Implementations§
Trait Implementations§
source§impl Clone for ChunkCache
impl Clone for ChunkCache
source§fn clone(&self) -> ChunkCache
fn clone(&self) -> ChunkCache
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 moreAuto Trait Implementations§
impl RefUnwindSafe for ChunkCache
impl Send for ChunkCache
impl Sync for ChunkCache
impl Unpin for ChunkCache
impl UnwindSafe for ChunkCache
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