#[repr(C)]pub struct PioDroopCurveSegmentView {
pub minimum_voltage_kv: f64,
pub maximum_voltage_kv: f64,
pub k: f64,
}Expand description
One segment of an AC/DC converter DC voltage droop curve.
Fields§
§minimum_voltage_kv: f64§maximum_voltage_kv: f64§k: f64Trait Implementations§
Source§impl Clone for PioDroopCurveSegmentView
impl Clone for PioDroopCurveSegmentView
Source§fn clone(&self) -> PioDroopCurveSegmentView
fn clone(&self) -> PioDroopCurveSegmentView
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for PioDroopCurveSegmentView
Auto Trait Implementations§
impl Freeze for PioDroopCurveSegmentView
impl RefUnwindSafe for PioDroopCurveSegmentView
impl Send for PioDroopCurveSegmentView
impl Sync for PioDroopCurveSegmentView
impl Unpin for PioDroopCurveSegmentView
impl UnsafeUnpin for PioDroopCurveSegmentView
impl UnwindSafe for PioDroopCurveSegmentView
Blanket Implementations§
impl<T> Allocation for T
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