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
pot_sub: R64
Value of potential_sub for the current potential.
Trait Implementations
impl Debug for PotentialSubSingle[src]
impl Debug for PotentialSubSingleAuto Trait Implementations
impl Send for PotentialSubSingle
impl Send for PotentialSubSingleimpl Sync for PotentialSubSingle
impl Sync for PotentialSubSingle