#[repr(C)]pub struct PioScucReactiveReserveZoneView {
pub id: PioComponentIdView,
pub reactive_up_violation_cost: f64,
pub reactive_down_violation_cost: f64,
pub period_count: usize,
pub bus_count: usize,
}Expand description
One reactive power reserve zone.
Fields§
§id: PioComponentIdView§reactive_up_violation_cost: f64§reactive_down_violation_cost: f64§period_count: usize§bus_count: usizeTrait Implementations§
Source§impl Clone for PioScucReactiveReserveZoneView
impl Clone for PioScucReactiveReserveZoneView
Source§fn clone(&self) -> PioScucReactiveReserveZoneView
fn clone(&self) -> PioScucReactiveReserveZoneView
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 PioScucReactiveReserveZoneView
Auto Trait Implementations§
impl !Send for PioScucReactiveReserveZoneView
impl !Sync for PioScucReactiveReserveZoneView
impl Freeze for PioScucReactiveReserveZoneView
impl RefUnwindSafe for PioScucReactiveReserveZoneView
impl Unpin for PioScucReactiveReserveZoneView
impl UnsafeUnpin for PioScucReactiveReserveZoneView
impl UnwindSafe for PioScucReactiveReserveZoneView
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