pub struct Exst3Params {}Expand description
EXST3 — Static Exciter Type ST3 (Phase 21).
Fields§
§tr: f64§ka: f64§ta: f64§tb: f64§tc: f64§vrmax: f64§vrmin: f64§kc: f64§ki: f64§km: f64§vmmax: f64§vmmin: f64§xm: f64Trait Implementations§
Source§impl Clone for Exst3Params
impl Clone for Exst3Params
Source§fn clone(&self) -> Exst3Params
fn clone(&self) -> Exst3Params
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 Exst3Params
impl Debug for Exst3Params
Source§impl<'de> Deserialize<'de> for Exst3Params
impl<'de> Deserialize<'de> for Exst3Params
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 Exst3Params
impl RefUnwindSafe for Exst3Params
impl Send for Exst3Params
impl Sync for Exst3Params
impl Unpin for Exst3Params
impl UnsafeUnpin for Exst3Params
impl UnwindSafe for Exst3Params
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