#[repr(C)]pub struct PioScucReserveLimitsView {
pub regulation_up_pu: f64,
pub regulation_down_pu: f64,
pub synchronized_pu: f64,
pub nonsynchronized_pu: f64,
pub ramping_up_online_pu: f64,
pub ramping_down_online_pu: f64,
pub ramping_up_offline_pu: f64,
pub ramping_down_offline_pu: f64,
}Expand description
Reserve quantity limits for one SCUC device.
Fields§
§regulation_up_pu: f64§regulation_down_pu: f64§synchronized_pu: f64§nonsynchronized_pu: f64§ramping_up_online_pu: f64§ramping_down_online_pu: f64§ramping_up_offline_pu: f64§ramping_down_offline_pu: f64Trait Implementations§
Source§impl Clone for PioScucReserveLimitsView
impl Clone for PioScucReserveLimitsView
Source§fn clone(&self) -> PioScucReserveLimitsView
fn clone(&self) -> PioScucReserveLimitsView
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 PioScucReserveLimitsView
Auto Trait Implementations§
impl Freeze for PioScucReserveLimitsView
impl RefUnwindSafe for PioScucReserveLimitsView
impl Send for PioScucReserveLimitsView
impl Sync for PioScucReserveLimitsView
impl Unpin for PioScucReserveLimitsView
impl UnsafeUnpin for PioScucReserveLimitsView
impl UnwindSafe for PioScucReserveLimitsView
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