Struct command_fds::FdMapping [−][src]
A mapping from a file descriptor in the parent to a file descriptor in the child, to be applied when spawning a child process.
The parent_fd must be kept open until after the child is spawned.
Fields
parent_fd: RawFdchild_fd: RawFdTrait Implementations
impl StructuralEq for FdMapping[src]
impl StructuralEq for FdMapping[src]impl StructuralPartialEq for FdMapping[src]
impl StructuralPartialEq for FdMapping[src]Auto Trait Implementations
impl RefUnwindSafe for FdMapping
impl RefUnwindSafe for FdMappingimpl UnwindSafe for FdMapping
impl UnwindSafe for FdMapping