pub struct Exdc3Params {}Expand description
EXDC3 — PSS/E non-continuously-acting (relay-type) DC exciter.
PSS/E format: TR KV TSTALL TCON TB TC VRMAX VRMIN VEFF TLIM VLIM KE TE
Fields§
§tr: f64§kv: f64§tstall: f64§tcon: f64§tb: f64§tc: f64§vrmax: f64§vrmin: f64§veff: f64§tlim: f64§vlim: f64§ke: f64§te: f64Trait Implementations§
Source§impl Clone for Exdc3Params
impl Clone for Exdc3Params
Source§fn clone(&self) -> Exdc3Params
fn clone(&self) -> Exdc3Params
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 Exdc3Params
impl Debug for Exdc3Params
Source§impl<'de> Deserialize<'de> for Exdc3Params
impl<'de> Deserialize<'de> for Exdc3Params
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 Exdc3Params
impl RefUnwindSafe for Exdc3Params
impl Send for Exdc3Params
impl Sync for Exdc3Params
impl Unpin for Exdc3Params
impl UnsafeUnpin for Exdc3Params
impl UnwindSafe for Exdc3Params
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