pub struct Exdc1Params {}Expand description
EXDC1 — IEEE Type DC1A rotating-machine exciter (legacy 13-param form).
PSS/E format: TR KA TA VRMAX VRMIN KE TE KF TF E1 SE1 E2 SE2
Fields§
§tr: f64§ka: f64§ta: f64§vrmax: f64§vrmin: f64§ke: f64§te: f64§kf: f64§tf: f64§e1: f64§se1: f64§e2: f64§se2: f64Trait Implementations§
Source§impl Clone for Exdc1Params
impl Clone for Exdc1Params
Source§fn clone(&self) -> Exdc1Params
fn clone(&self) -> Exdc1Params
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 Exdc1Params
impl Debug for Exdc1Params
Source§impl<'de> Deserialize<'de> for Exdc1Params
impl<'de> Deserialize<'de> for Exdc1Params
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 Exdc1Params
impl RefUnwindSafe for Exdc1Params
impl Send for Exdc1Params
impl Sync for Exdc1Params
impl Unpin for Exdc1Params
impl UnsafeUnpin for Exdc1Params
impl UnwindSafe for Exdc1Params
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