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