#[repr(C)]pub struct PioScucRampLimitsView {
pub up_pu_per_hour: f64,
pub down_pu_per_hour: f64,
pub startup_pu_per_hour: f64,
pub shutdown_pu_per_hour: f64,
}Expand description
Active power ramp limits for one SCUC device, in per unit per hour.
Fields§
§up_pu_per_hour: f64§down_pu_per_hour: f64§startup_pu_per_hour: f64§shutdown_pu_per_hour: f64Trait Implementations§
Source§impl Clone for PioScucRampLimitsView
impl Clone for PioScucRampLimitsView
Source§fn clone(&self) -> PioScucRampLimitsView
fn clone(&self) -> PioScucRampLimitsView
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 PioScucRampLimitsView
Auto Trait Implementations§
impl Freeze for PioScucRampLimitsView
impl RefUnwindSafe for PioScucRampLimitsView
impl Send for PioScucRampLimitsView
impl Sync for PioScucRampLimitsView
impl Unpin for PioScucRampLimitsView
impl UnsafeUnpin for PioScucRampLimitsView
impl UnwindSafe for PioScucRampLimitsView
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