Struct resistor_calc::RRes[][src]

pub struct RRes { /* fields omitted */ }

Stores the result of a calculation.

Methods

impl RRes
[src]

Print all combinations that share the lowest error value.

Provides an iterator over all results in the object. They are presented from lowest to highest error value, within a given error value different combinations may be presented in any order. The item type is &(u64, RSet), where the first value is parts in a billion error (floor(err * 1e9)).

Trait Implementations

impl Debug for RRes
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for RRes

impl Sync for RRes