Struct hulc2envolventecte::cte::common::N50HEDetail[][src]

pub struct N50HEDetail {
    pub n50: f32,
    pub walls_c_a: f32,
    pub windows_c_a: f32,
    pub vol: f32,
}

Reporte de cálculo de n50_he2019

Fields

n50: f32

n50

walls_c_a: f32

C_o · A_o de los opacos que participan en la n_50 (m³/h)

windows_c_a: f32

A·U de los huecos que participan en la n_50 (m³/h)

vol: f32

Volumen interior de los espacios interiores a la envolvente térmica (m³)

Trait Implementations

impl Clone for N50HEDetail[src]

impl Copy for N50HEDetail[src]

impl Debug for N50HEDetail[src]

impl Default for N50HEDetail[src]

impl<'de> Deserialize<'de> for N50HEDetail[src]

impl Serialize for N50HEDetail[src]

Auto Trait Implementations

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> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[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.