#[repr(C)]pub struct PioScucActiveReserveZoneView {Show 13 fields
pub id: PioComponentIdView,
pub regulation_up_requirement_fraction: f64,
pub regulation_down_requirement_fraction: f64,
pub synchronized_requirement_fraction: f64,
pub nonsynchronized_requirement_fraction: f64,
pub regulation_up_violation_cost: f64,
pub regulation_down_violation_cost: f64,
pub synchronized_violation_cost: f64,
pub nonsynchronized_violation_cost: f64,
pub ramping_up_violation_cost: f64,
pub ramping_down_violation_cost: f64,
pub period_count: usize,
pub bus_count: usize,
}Expand description
One active power reserve zone.
Fields§
§id: PioComponentIdView§regulation_up_requirement_fraction: f64§regulation_down_requirement_fraction: f64§synchronized_requirement_fraction: f64§nonsynchronized_requirement_fraction: f64§regulation_up_violation_cost: f64§regulation_down_violation_cost: f64§synchronized_violation_cost: f64§nonsynchronized_violation_cost: f64§ramping_up_violation_cost: f64§ramping_down_violation_cost: f64§period_count: usize§bus_count: usizeTrait Implementations§
Source§impl Clone for PioScucActiveReserveZoneView
impl Clone for PioScucActiveReserveZoneView
Source§fn clone(&self) -> PioScucActiveReserveZoneView
fn clone(&self) -> PioScucActiveReserveZoneView
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 PioScucActiveReserveZoneView
Auto Trait Implementations§
impl !Send for PioScucActiveReserveZoneView
impl !Sync for PioScucActiveReserveZoneView
impl Freeze for PioScucActiveReserveZoneView
impl RefUnwindSafe for PioScucActiveReserveZoneView
impl Unpin for PioScucActiveReserveZoneView
impl UnsafeUnpin for PioScucActiveReserveZoneView
impl UnwindSafe for PioScucActiveReserveZoneView
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