pub struct RepdcParams {
pub tp: f64,
pub kpg: f64,
pub kig: f64,
pub pmax: f64,
pub pmin: f64,
pub tlag: f64,
}Expand description
REPCD — IBR plant power controller (drives active power).
Fields§
§tp: f64§kpg: f64§kig: f64§pmax: f64§pmin: f64§tlag: f64Trait Implementations§
Source§impl Clone for RepdcParams
impl Clone for RepdcParams
Source§fn clone(&self) -> RepdcParams
fn clone(&self) -> RepdcParams
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RepdcParams
impl Debug for RepdcParams
Source§impl<'de> Deserialize<'de> for RepdcParams
impl<'de> Deserialize<'de> for RepdcParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for RepdcParams
impl RefUnwindSafe for RepdcParams
impl Send for RepdcParams
impl Sync for RepdcParams
impl Unpin for RepdcParams
impl UnsafeUnpin for RepdcParams
impl UnwindSafe for RepdcParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more