pub struct Exac3Params {}Expand description
EXAC3 — IEEE AC3A controlled-rectifier exciter.
Fields§
§tr: f64§kc: f64§ki: f64§vmin: f64§vmax: f64§ke: f64§te: f64§kf: f64§tf: f64§e1: f64§se1: f64§e2: f64§se2: f64§ka: f64§ta: f64§efdn: f64Trait Implementations§
Source§impl Clone for Exac3Params
impl Clone for Exac3Params
Source§fn clone(&self) -> Exac3Params
fn clone(&self) -> Exac3Params
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 Exac3Params
impl Debug for Exac3Params
Source§impl<'de> Deserialize<'de> for Exac3Params
impl<'de> Deserialize<'de> for Exac3Params
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 Exac3Params
impl RefUnwindSafe for Exac3Params
impl Send for Exac3Params
impl Sync for Exac3Params
impl Unpin for Exac3Params
impl UnsafeUnpin for Exac3Params
impl UnwindSafe for Exac3Params
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