#[repr(C)]pub struct PioScucDimensionsView {
pub period_count: usize,
pub device_count: usize,
pub producer_count: usize,
pub consumer_count: usize,
pub shunt_count: usize,
pub branch_switching_cost_count: usize,
pub transformer_control_count: usize,
pub active_reserve_zone_count: usize,
pub reactive_reserve_zone_count: usize,
pub contingency_count: usize,
}Expand description
Set sizes and time horizon of one AC SCUC instance.
Fields§
§period_count: usize§device_count: usize§producer_count: usize§consumer_count: usize§shunt_count: usize§branch_switching_cost_count: usize§transformer_control_count: usize§active_reserve_zone_count: usize§reactive_reserve_zone_count: usize§contingency_count: usizeTrait Implementations§
Source§impl Clone for PioScucDimensionsView
impl Clone for PioScucDimensionsView
Source§fn clone(&self) -> PioScucDimensionsView
fn clone(&self) -> PioScucDimensionsView
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 PioScucDimensionsView
Auto Trait Implementations§
impl Freeze for PioScucDimensionsView
impl RefUnwindSafe for PioScucDimensionsView
impl Send for PioScucDimensionsView
impl Sync for PioScucDimensionsView
impl Unpin for PioScucDimensionsView
impl UnsafeUnpin for PioScucDimensionsView
impl UnwindSafe for PioScucDimensionsView
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