#[repr(C)]pub struct PioScucReactiveCapabilityView {
pub kind: PioStringView,
pub reactive_power_at_zero_active_power_pu: f64,
pub reactive_power_at_zero_active_power_min_pu: f64,
pub reactive_power_at_zero_active_power_max_pu: f64,
pub slope: f64,
pub slope_min: f64,
pub slope_max: f64,
}Expand description
Additional active and reactive power capability relation for one device.
Fields§
§kind: PioStringView§reactive_power_at_zero_active_power_pu: f64§reactive_power_at_zero_active_power_min_pu: f64§reactive_power_at_zero_active_power_max_pu: f64§slope: f64§slope_min: f64§slope_max: f64Trait Implementations§
Source§impl Clone for PioScucReactiveCapabilityView
impl Clone for PioScucReactiveCapabilityView
Source§fn clone(&self) -> PioScucReactiveCapabilityView
fn clone(&self) -> PioScucReactiveCapabilityView
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 PioScucReactiveCapabilityView
Auto Trait Implementations§
impl !Send for PioScucReactiveCapabilityView
impl !Sync for PioScucReactiveCapabilityView
impl Freeze for PioScucReactiveCapabilityView
impl RefUnwindSafe for PioScucReactiveCapabilityView
impl Unpin for PioScucReactiveCapabilityView
impl UnsafeUnpin for PioScucReactiveCapabilityView
impl UnwindSafe for PioScucReactiveCapabilityView
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