pub struct Exac2Params {}Expand description
EXAC2 — IEEE AC2A high initial response rotating exciter.
Fields§
§tr: f64§tb: f64§tc: f64§ka: f64§ta: f64§vamax: f64§vamin: f64§te: f64§kf: f64§tf: f64§ke: f64§e1: f64§se1: f64§e2: f64§se2: f64§kc: f64§kd: f64§kh: f64Trait Implementations§
Source§impl Clone for Exac2Params
impl Clone for Exac2Params
Source§fn clone(&self) -> Exac2Params
fn clone(&self) -> Exac2Params
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 Exac2Params
impl Debug for Exac2Params
Source§impl<'de> Deserialize<'de> for Exac2Params
impl<'de> Deserialize<'de> for Exac2Params
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 Exac2Params
impl RefUnwindSafe for Exac2Params
impl Send for Exac2Params
impl Sync for Exac2Params
impl Unpin for Exac2Params
impl UnsafeUnpin for Exac2Params
impl UnwindSafe for Exac2Params
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