Struct bitcoin_ipc::Process
source · pub struct Process {}
Trait Implementations§
source§impl CheckSpawned for Process
impl CheckSpawned for Process
source§impl WaitSpawned for Process
impl WaitSpawned for Process
source§fn wait_spawned(&mut self, pid: i32) -> i32
fn wait_spawned(&mut self, pid: i32) -> i32
| Wait for spawned process to exit and
| return its exit code.
|
impl ProcessInterface for Process
Auto Trait Implementations§
impl RefUnwindSafe for Process
impl Send for Process
impl Sync for Process
impl Unpin for Process
impl UnwindSafe for Process
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