Struct bitcoin_ipc::CapnpContext
source · pub struct CapnpContext {}
Expand description
| Cap’n Proto context struct. Generally the | parent ipc::Context struct should be used | instead of this struct to give all IPC | protocols access to application state, so | there aren’t unnecessary differences between | IPC protocols. But this specialized struct can | be used to pass capnp-specific function and | object types to capnp hooks.
Auto Trait Implementations§
impl RefUnwindSafe for CapnpContext
impl Send for CapnpContext
impl Sync for CapnpContext
impl Unpin for CapnpContext
impl UnwindSafe for CapnpContext
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