Struct disk::android_sparse::ChunkWithSize
source · struct ChunkWithSize {
chunk: Chunk,
expanded_size: u64,
}
Fields§
§chunk: Chunk
§expanded_size: u64
Trait Implementations§
source§impl Clone for ChunkWithSize
impl Clone for ChunkWithSize
source§fn clone(&self) -> ChunkWithSize
fn clone(&self) -> ChunkWithSize
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 ChunkWithSize
impl Debug for ChunkWithSize
source§impl PartialEq for ChunkWithSize
impl PartialEq for ChunkWithSize
source§fn eq(&self, other: &ChunkWithSize) -> bool
fn eq(&self, other: &ChunkWithSize) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for ChunkWithSize
impl StructuralPartialEq for ChunkWithSize
Auto Trait Implementations§
impl RefUnwindSafe for ChunkWithSize
impl Send for ChunkWithSize
impl Sync for ChunkWithSize
impl Unpin for ChunkWithSize
impl UnwindSafe for ChunkWithSize
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