#[repr(C)]pub struct PioReactiveCapabilityCurvePointView {
pub active_power_mw: f64,
pub minimum_reactive_power_mvar: f64,
pub maximum_reactive_power_mvar: f64,
pub property_count: usize,
}Expand description
One point of a reactive capability curve.
Fields§
§active_power_mw: f64§minimum_reactive_power_mvar: f64§maximum_reactive_power_mvar: f64§property_count: usizeTrait Implementations§
Source§impl Clone for PioReactiveCapabilityCurvePointView
impl Clone for PioReactiveCapabilityCurvePointView
Source§fn clone(&self) -> PioReactiveCapabilityCurvePointView
fn clone(&self) -> PioReactiveCapabilityCurvePointView
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 PioReactiveCapabilityCurvePointView
Auto Trait Implementations§
impl Freeze for PioReactiveCapabilityCurvePointView
impl RefUnwindSafe for PioReactiveCapabilityCurvePointView
impl Send for PioReactiveCapabilityCurvePointView
impl Sync for PioReactiveCapabilityCurvePointView
impl Unpin for PioReactiveCapabilityCurvePointView
impl UnsafeUnpin for PioReactiveCapabilityCurvePointView
impl UnwindSafe for PioReactiveCapabilityCurvePointView
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