Struct bitcoin_explorer::parser::block_index::BlockIndexRecord [−][src]
pub struct BlockIndexRecord {
pub n_version: i32,
pub n_height: i32,
pub n_status: u32,
pub n_tx: u32,
pub n_file: i32,
pub n_data_pos: u32,
pub n_undo_pos: u32,
pub block_header: BlockHeader,
}Fields
n_version: i32n_height: i32n_status: u32n_tx: u32n_file: i32n_data_pos: u32n_undo_pos: u32block_header: BlockHeaderTrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for BlockIndexRecord
impl Send for BlockIndexRecord
impl Sync for BlockIndexRecord
impl Unpin for BlockIndexRecord
impl UnwindSafe for BlockIndexRecord
Blanket Implementations
Mutably borrows from an owned value. Read more