Struct bitcoin_txmempool::BlockUndo
source · pub struct BlockUndo {
pub vtxundo: Vec<TxUndo>,
}Expand description
| Undo information for a CBlock |
Fields§
§vtxundo: Vec<TxUndo>| for all but the coinbase |
Auto Trait Implementations§
impl RefUnwindSafe for BlockUndo
impl Send for BlockUndo
impl Sync for BlockUndo
impl Unpin for BlockUndo
impl UnwindSafe for BlockUndo
Blanket Implementations§
§impl<T, U> CastInto<U> for Twhere
U: CastFrom<T>,
impl<T, U> CastInto<U> for Twhere U: CastFrom<T>,
§impl<T> Pointable for T
impl<T> Pointable for T
§impl<T> StaticUpcast<T> for T
impl<T> StaticUpcast<T> for T
§unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
unsafe fn static_upcast(ptr: Ptr<T>) -> Ptr<T>
Convert type of a const pointer. Read more