Struct solana_runtime::accounts_db::IndexGenerationInfo
source · pub struct IndexGenerationInfo {
pub accounts_data_len: u64,
}
Fields§
§accounts_data_len: u64
Trait Implementations§
source§impl Clone for IndexGenerationInfo
impl Clone for IndexGenerationInfo
source§fn clone(&self) -> IndexGenerationInfo
fn clone(&self) -> IndexGenerationInfo
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 IndexGenerationInfo
impl Debug for IndexGenerationInfo
source§impl Default for IndexGenerationInfo
impl Default for IndexGenerationInfo
source§fn default() -> IndexGenerationInfo
fn default() -> IndexGenerationInfo
Returns the “default value” for a type. Read more