Struct solana_ledger::blockstore_meta::ErasureMeta [−][src]
Erasure coding information
Fields
set_index: u64
Which erasure set in the slot this is
first_coding_index: u64
First coding index in the FEC set
size: usize
Size of shards in this erasure set
config: ErasureConfig
Erasure configuration for this erasure set
Implementations
impl ErasureMeta
[src][−]
pub fn new(
set_index: u64,
first_coding_index: u64,
config: &ErasureConfig
) -> ErasureMeta
[src]
set_index: u64,
first_coding_index: u64,
config: &ErasureConfig
) -> ErasureMeta
pub fn status(&self, index: &Index) -> ErasureMetaStatus
[src]
pub fn set_size(&mut self, size: usize)
[src]
pub fn size(&self) -> usize
[src]
Trait Implementations
impl Clone for ErasureMeta
[src][+]
impl Copy for ErasureMeta
[src]
impl Debug for ErasureMeta
[src][+]
impl Default for ErasureMeta
[src][+]
impl<'de> Deserialize<'de> for ErasureMeta
[src][+]
impl Eq for ErasureMeta
[src]
impl PartialEq<ErasureMeta> for ErasureMeta
[src][+]
impl Serialize for ErasureMeta
[src][+]
impl StructuralEq for ErasureMeta
[src]
impl StructuralPartialEq for ErasureMeta
[src]
Auto Trait Implementations
impl RefUnwindSafe for ErasureMeta
impl Send for ErasureMeta
impl Sync for ErasureMeta
impl Unpin for ErasureMeta
impl UnwindSafe for ErasureMeta
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized,
[src][+]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src][+]
T: ?Sized,
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>,
[src]
T: for<'de> Deserialize<'de>,
impl<Q, K> Equivalent<K> for Q where
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
[src][+]
K: Borrow<Q> + ?Sized,
Q: Eq + ?Sized,
impl<T> From<T> for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T> Instrument for T
[src][+]
impl<T, U> Into<U> for T where
U: From<T>,
[src][+]
U: From<T>,
impl<T> IntoRequest<T> for T
[src][+]
impl<T> MaybeDebug for T where
T: Debug,
[src]
T: Debug,
impl<T> Pointable for T
[src][+]
impl<T> Same<T> for T
[src]
type Output = T
Should always be Self
impl<T> ToOwned for T where
T: Clone,
[src][+]
T: Clone,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,
impl<T> Typeable for T where
T: Any,
[+]
T: Any,
impl<V, T> VZip<V> for T where
V: MultiLane<T>,
[src][+]
V: MultiLane<T>,