Struct lunatic_process::NativeProcess
source · pub struct NativeProcess { /* private fields */ }
Expand description
A process spawned from a native Rust closure.
Trait Implementations§
source§impl Clone for NativeProcess
impl Clone for NativeProcess
source§fn clone(&self) -> NativeProcess
fn clone(&self) -> NativeProcess
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for NativeProcess
impl Debug for NativeProcess
Auto Trait Implementations§
impl !RefUnwindSafe for NativeProcess
impl Send for NativeProcess
impl Sync for NativeProcess
impl Unpin for NativeProcess
impl !UnwindSafe for NativeProcess
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
§impl<T> GetSetFdFlags for T
impl<T> GetSetFdFlags for T
§fn get_fd_flags(&self) -> Result<FdFlags, Error>where
T: AsFilelike,
fn get_fd_flags(&self) -> Result<FdFlags, Error>where T: AsFilelike,
Query the “status” flags for the
self
file descriptor.