Struct hulc2envolventecte::parsers::tbl::Space[][src]

pub struct Space {
    pub name: String,
    pub id_space: i32,
    pub mult: i32,
    pub area: f32,
    pub qint: f32,
}

Espacio definido en archivo .tbl

Fields

name: String

Nombre del espacio

id_space: i32

Código de la zona

mult: i32

Multiplicador de la zona

area: f32

Superficie de la zona en m2

qint: f32

Fuentes internas medias en W/m2

Trait Implementations

impl Debug for Space[src]

impl FromStr for Space[src]

type Err = Error

The associated error which can be returned from parsing.

Auto Trait Implementations

impl RefUnwindSafe for Space

impl Send for Space

impl Sync for Space

impl Unpin for Space

impl UnwindSafe for Space

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> DebugAny for T where
    T: Any + Debug

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

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

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.

impl<T> UnsafeAny for T where
    T: Any