Struct mori::orientations::Homochoric[][src]

pub struct Homochoric {
    pub ori: Array2<f64>,
}

Fields

Trait Implementations

impl Clone for Homochoric
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Homochoric
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Homochoric

impl Sync for Homochoric