Struct bitcoin_ipc::IpcContext
source · pub struct IpcContext {}
Expand description
| Context struct used to give IPC protocol | implementations or implementation hooks access | to application state, in case they need to run | extra code that isn’t needed within a single | process, like code copying global state from | an existing process to a new process when it’s | initialized, or code dealing with shared | objects that are created or destroyed | remotely.
Auto Trait Implementations§
impl RefUnwindSafe for IpcContext
impl Send for IpcContext
impl Sync for IpcContext
impl Unpin for IpcContext
impl UnwindSafe for IpcContext
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