[][src]Struct lib::XfoilRunner

pub struct XfoilRunner { /* fields omitted */ }

Methods

impl XfoilRunner
[src]

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

impl Send for XfoilRunner

impl Sync for XfoilRunner

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T
[src]

impl<T, U> TryFrom for T where
    T: From<U>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

🔬 This is a nightly-only experimental API. (try_from)

The type returned in the event of a conversion error.

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]