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 moreAuto Trait Implementations§
impl Freeze for BlobLayout
impl RefUnwindSafe for BlobLayout
impl Send for BlobLayout
impl Sync for BlobLayout
impl Unpin for BlobLayout
impl UnwindSafe for BlobLayout
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)