#[repr(C)]pub struct PioCalculatedBusView {
pub voltage_level: PioComponentIdView,
pub calculated_bus_id: usize,
pub node_count: usize,
pub voltage_kv: f64,
pub has_voltage: bool,
pub angle_degrees: f64,
pub has_angle: bool,
}Expand description
One calculated bus explicitly recorded in node breaker topology.
Fields§
§voltage_level: PioComponentIdView§calculated_bus_id: usize§node_count: usize§voltage_kv: f64§has_voltage: bool§angle_degrees: f64§has_angle: boolTrait Implementations§
Source§impl Clone for PioCalculatedBusView
impl Clone for PioCalculatedBusView
Source§fn clone(&self) -> PioCalculatedBusView
fn clone(&self) -> PioCalculatedBusView
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 PioCalculatedBusView
Auto Trait Implementations§
impl !Send for PioCalculatedBusView
impl !Sync for PioCalculatedBusView
impl Freeze for PioCalculatedBusView
impl RefUnwindSafe for PioCalculatedBusView
impl Unpin for PioCalculatedBusView
impl UnsafeUnpin for PioCalculatedBusView
impl UnwindSafe for PioCalculatedBusView
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