Struct bitcoin_txmempool::UpdateLockPoints
source · pub struct UpdateLockPoints { /* private fields */ }Expand description
Implementations§
source§impl UpdateLockPoints
impl UpdateLockPoints
pub fn new(lp: &LockPoints) -> Self
pub fn invoke(&mut self, e: &mut TxMemPoolEntry)
Auto Trait Implementations§
impl RefUnwindSafe for UpdateLockPoints
impl !Send for UpdateLockPoints
impl !Sync for UpdateLockPoints
impl Unpin for UpdateLockPoints
impl UnwindSafe for UpdateLockPoints
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