pub struct RepcbParams {
pub tp: f64,
pub tfltr: f64,
pub kp: f64,
pub ki: f64,
pub tft: f64,
pub tfv: f64,
pub qmax: f64,
pub qmin: f64,
pub vmax: f64,
pub vmin: f64,
pub kc: f64,
pub refs: f64,
}Expand description
REPCB — REPCA Variant B (Phase 19).
Fields§
§tp: f64§tfltr: f64§kp: f64§ki: f64§tft: f64§tfv: f64§qmax: f64§qmin: f64§vmax: f64§vmin: f64§kc: f64§refs: f64Trait Implementations§
Source§impl Clone for RepcbParams
impl Clone for RepcbParams
Source§fn clone(&self) -> RepcbParams
fn clone(&self) -> RepcbParams
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 RepcbParams
impl Debug for RepcbParams
Source§impl<'de> Deserialize<'de> for RepcbParams
impl<'de> Deserialize<'de> for RepcbParams
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 RepcbParams
impl RefUnwindSafe for RepcbParams
impl Send for RepcbParams
impl Sync for RepcbParams
impl Unpin for RepcbParams
impl UnsafeUnpin for RepcbParams
impl UnwindSafe for RepcbParams
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