Struct hfss_fld::fld_file_data_structs::B1Data[][src]

pub struct B1Data {
    pub file_name: String,
    pub geo_keys: Vec<[i32; 3]>,
    pub b1_vals: Vec<f64>,
}

Fields

file_name: Stringgeo_keys: Vec<[i32; 3]>b1_vals: Vec<f64>

Implementations

impl B1Data[src]

pub fn from_file(path_and_name: String) -> Self[src]

Trait Implementations

impl Clone for B1Data[src]

impl Debug for B1Data[src]

Auto Trait Implementations

impl RefUnwindSafe for B1Data

impl Send for B1Data

impl Sync for B1Data

impl Unpin for B1Data

impl UnwindSafe for B1Data

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.