#[repr(C)]pub struct PioScucActiveReservePeriodView {
pub ramping_up_requirement_pu: f64,
pub ramping_down_requirement_pu: f64,
}Expand description
One period of an active power reserve zone.
Fields§
§ramping_up_requirement_pu: f64§ramping_down_requirement_pu: f64Trait Implementations§
Source§impl Clone for PioScucActiveReservePeriodView
impl Clone for PioScucActiveReservePeriodView
Source§fn clone(&self) -> PioScucActiveReservePeriodView
fn clone(&self) -> PioScucActiveReservePeriodView
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 PioScucActiveReservePeriodView
Auto Trait Implementations§
impl Freeze for PioScucActiveReservePeriodView
impl RefUnwindSafe for PioScucActiveReservePeriodView
impl Send for PioScucActiveReservePeriodView
impl Sync for PioScucActiveReservePeriodView
impl Unpin for PioScucActiveReservePeriodView
impl UnsafeUnpin for PioScucActiveReservePeriodView
impl UnwindSafe for PioScucActiveReservePeriodView
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