pub struct Exst2Params {
pub tr: f64,
pub ka: f64,
pub ta: f64,
pub vrmax: f64,
pub vrmin: f64,
pub kc: f64,
pub ki: f64,
pub ke: f64,
pub te: f64,
}Expand description
EXST2 — Static Exciter Type ST2 (Phase 17).
Fields§
§tr: f64§ka: f64§ta: f64§vrmax: f64§vrmin: f64§kc: f64§ki: f64§ke: f64§te: f64Trait Implementations§
Source§impl Clone for Exst2Params
impl Clone for Exst2Params
Source§fn clone(&self) -> Exst2Params
fn clone(&self) -> Exst2Params
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 Exst2Params
impl Debug for Exst2Params
Source§impl<'de> Deserialize<'de> for Exst2Params
impl<'de> Deserialize<'de> for Exst2Params
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 Exst2Params
impl RefUnwindSafe for Exst2Params
impl Send for Exst2Params
impl Sync for Exst2Params
impl Unpin for Exst2Params
impl UnsafeUnpin for Exst2Params
impl UnwindSafe for Exst2Params
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