Struct rs_xfoil::XfoilRunner

source ·
pub struct XfoilRunner { /* private fields */ }

Implementations

Run Xfoil calculation. This method dispatches a child process, and feeds a sequence of commands to its stdin. After the calculation finishes, it outputs the contents of the resulting polar file in a HashMap. This method panics if something goes wrong either executing the child process, or retrieving a handle to its stdin. It may return an XfoilError if anything goes wrong writing to the process or parsing its output.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.