Struct bitcoin_txmempool::DescendantScore
source · pub struct DescendantScore {}Expand description
| Multi_index tag names |
Auto Trait Implementations§
impl RefUnwindSafe for DescendantScore
impl Send for DescendantScore
impl Sync for DescendantScore
impl Unpin for DescendantScore
impl UnwindSafe for DescendantScore
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