pub struct TxHashSetRead {
pub output_index: u64,
pub kernel_index: u64,
pub reader: File,
}Expand description
The full txhashset data along with indexes required for a consumer to rewind to a consistent requested state.
Fields§
§output_index: u64Output tree index the receiver should rewind to
kernel_index: u64Kernel tree index the receiver should rewind to
reader: FileBinary stream for the txhashset zipped data
Auto Trait Implementations§
impl Freeze for TxHashSetRead
impl RefUnwindSafe for TxHashSetRead
impl Send for TxHashSetRead
impl Sync for TxHashSetRead
impl Unpin for TxHashSetRead
impl UnwindSafe for TxHashSetRead
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