Struct lrs::process::WaitFlags

Flags used for waiting for child processes.

Syntax

struct WaitFlags(/* */)

Trait implementations

NameDescription
BitAnd

Objects that implement the binary & operator.

BitOr

Objects that implement the binary | operator.

Clone

Objects that can be duplicated.

Copy

Objects that can safely be copied via memcpy.

Eq

Objects that implement the binary == and != operators.

MaybeClone

Objects that can be duplicated.

Not

Objects that implement the unary ! operator.

Pod

Objects that are safe to use if they contain a random bit pattern.