Struct dorset::core::vari::VariData [] [src]

pub struct VariData {
    pub val_: Real,
    pub adj_: Real,
}

Fields

Methods

impl VariData
[src]

[src]

Trait Implementations

impl Debug for VariData
[src]

[src]

Formats the value using the given formatter. Read more

impl Clone for VariData
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl From<Real> for VariData
[src]

[src]

Performs the conversion.

Auto Trait Implementations

impl Send for VariData

impl Sync for VariData