Struct bitcoin_qt::QtRPCTimerBase
source · pub struct QtRPCTimerBase { /* private fields */ }
Expand description
| Class for handling RPC timers (used | for e.g. re-locking the wallet after | a timeout) |
Implementations§
Trait Implementations§
impl RPCTimerBase for QtRPCTimerBase
Auto Trait Implementations§
impl RefUnwindSafe for QtRPCTimerBase
impl Send for QtRPCTimerBase
impl Sync for QtRPCTimerBase
impl Unpin for QtRPCTimerBase
impl UnwindSafe for QtRPCTimerBase
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