[][src]Struct cteepbd::UserWF

pub struct UserWF<T = RenNrenCo2> {
    pub red1: T,
    pub red2: T,
    pub cogen_to_grid: T,
    pub cogen_to_nepb: T,
}

Estructura para definir valores por defecto y valores de usuario

Fields

red1: T

Factores de paso de redes de distrito 1. RED1, RED, SUMINISTRO, A, ren, nren

red2: T

Factores de paso de redes de distrito 2. RED2, RED, SUMINISTRO, A, ren, nren

cogen_to_grid: T

Factores de paso para exportación a la red (paso A) de electricidad cogenerada. ELECTRICIDAD, COGENERACION, A_RED, A, ren, nren

cogen_to_nepb: T

Factores de paso para exportación a usos no EPB (paso A) de electricidad cogenerada. ELECTRICIDAD, COGENERACION, A_NEPB, A, ren, nren

Trait Implementations

impl<T: Clone> Clone for UserWF<T>[src]

impl<T: Copy> Copy for UserWF<T>[src]

impl<T: Debug> Debug for UserWF<T>[src]

Auto Trait Implementations

impl<T> RefUnwindSafe for UserWF<T> where
    T: RefUnwindSafe

impl<T> Send for UserWF<T> where
    T: Send

impl<T> Sync for UserWF<T> where
    T: Sync

impl<T> Unpin for UserWF<T> where
    T: Unpin

impl<T> UnwindSafe for UserWF<T> where
    T: UnwindSafe

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.