Struct bitcoin_miner::CompareTxMemPoolIter
source · pub struct CompareTxMemPoolIter {}Expand description
| Comparator for TxMemPoolTxIter | objects. | | It simply compares the internal memory | address of the CTxMemPoolEntry object | pointed to. This means it has no meaning, | and is only useful for using them as key | in other indexes. |
Implementations§
source§impl CompareTxMemPoolIter
impl CompareTxMemPoolIter
pub fn invoke(&self, a: &TxMemPoolTxIter, b: &TxMemPoolTxIter) -> bool
Auto Trait Implementations§
impl RefUnwindSafe for CompareTxMemPoolIter
impl Send for CompareTxMemPoolIter
impl Sync for CompareTxMemPoolIter
impl Unpin for CompareTxMemPoolIter
impl UnwindSafe for CompareTxMemPoolIter
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