Enum android_sparse::block::Block [−][src]
A sparse block and its associated data.
Variants
Raw(Box<[u8; 4096]>)A raw block holding a byte buffer of length Block::SIZE.
Fill([u8; 4])A fill block holding a 4-byte fill value.
SkipA block that signifies a part of the image that can be skipped.
Crc32(u32)A CRC32 block holding a checksum value.
Methods
impl Block[src]
impl BlockTrait Implementations
impl Clone for Block[src]
impl Clone for Blockfn clone(&self) -> Block[src]
fn clone(&self) -> BlockReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Block[src]
impl Debug for Blockfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl PartialEq for Block[src]
impl PartialEq for Block