Struct wafer::potential::PotentialSubSingle[][src]

pub struct PotentialSubSingle {
    pub pot_sub: R64,
}

A single value struct for potential_sub outputs that do not require an entire array.

Fields

Value of potential_sub for the current potential.

Trait Implementations

impl Debug for PotentialSubSingle
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for PotentialSubSingle

impl Sync for PotentialSubSingle