Struct menoh::VariableProfile[][src]

pub struct VariableProfile {
    pub dtype: Dtype,
    pub dims: Vec<i32>,
}

Fields

Auto Trait Implementations

impl Send for VariableProfile

impl Sync for VariableProfile