#[repr(C)]pub struct PioReactiveLimitsView {
pub kind: PioStringView,
pub minimum_reactive_power_mvar: f64,
pub maximum_reactive_power_mvar: f64,
pub has_minimum_and_maximum: bool,
pub curve_style: PioStringView,
pub has_curve_style: bool,
pub property_count: usize,
pub point_count: usize,
}Expand description
Min/max or active power dependent reactive limits.
Fields§
§kind: PioStringView§minimum_reactive_power_mvar: f64§maximum_reactive_power_mvar: f64§has_minimum_and_maximum: bool§curve_style: PioStringView§has_curve_style: bool§property_count: usize§point_count: usizeTrait Implementations§
Source§impl Clone for PioReactiveLimitsView
impl Clone for PioReactiveLimitsView
Source§fn clone(&self) -> PioReactiveLimitsView
fn clone(&self) -> PioReactiveLimitsView
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 PioReactiveLimitsView
Auto Trait Implementations§
impl !Send for PioReactiveLimitsView
impl !Sync for PioReactiveLimitsView
impl Freeze for PioReactiveLimitsView
impl RefUnwindSafe for PioReactiveLimitsView
impl Unpin for PioReactiveLimitsView
impl UnsafeUnpin for PioReactiveLimitsView
impl UnwindSafe for PioReactiveLimitsView
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