#[repr(C)]pub struct PioBalancedAreaView {
pub number: usize,
pub slack_bus_id: usize,
pub has_slack_bus: bool,
pub net_interchange_mw: f64,
pub tolerance_mw: f64,
pub name: PioStringView,
pub has_name: bool,
pub component_id: PioStringView,
pub has_component_id: bool,
pub area_type: PioStringView,
pub has_area_type: bool,
}Expand description
One balanced control area.
Fields§
§number: usize§slack_bus_id: usize§has_slack_bus: bool§net_interchange_mw: f64§tolerance_mw: f64§name: PioStringView§has_name: bool§component_id: PioStringView§has_component_id: bool§area_type: PioStringView§has_area_type: boolTrait Implementations§
Source§impl Clone for PioBalancedAreaView
impl Clone for PioBalancedAreaView
Source§fn clone(&self) -> PioBalancedAreaView
fn clone(&self) -> PioBalancedAreaView
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 PioBalancedAreaView
Auto Trait Implementations§
impl !Send for PioBalancedAreaView
impl !Sync for PioBalancedAreaView
impl Freeze for PioBalancedAreaView
impl RefUnwindSafe for PioBalancedAreaView
impl Unpin for PioBalancedAreaView
impl UnsafeUnpin for PioBalancedAreaView
impl UnwindSafe for PioBalancedAreaView
Blanket Implementations§
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