Enum fs_management::BlobLayout
source · pub enum BlobLayout {
DeprecatedPadded,
Compact,
}
Expand description
FILESYSTEMS
Layout of blobs in blobfs
Variants§
DeprecatedPadded
Merkle tree is stored in a separate block. This is deprecated and used only on Astro devices (it takes more space).
Compact
Merkle tree is appended to the last block of data
Trait Implementations§
source§impl Clone for BlobLayout
impl Clone for BlobLayout
source§fn clone(&self) -> BlobLayout
fn clone(&self) -> BlobLayout
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 more