#[repr(C)]pub struct PioDcNodeView {
pub component: PioComponentIdView,
pub kind: PioStringView,
pub nominal_voltage_kv: f64,
pub has_nominal_voltage: bool,
pub voltage_kv: f64,
pub has_voltage: bool,
pub dc_converter_unit: PioComponentIdView,
pub has_dc_converter_unit: bool,
pub dc_topological_node: PioComponentIdView,
pub has_dc_topological_node: bool,
}Expand description
One physical or energized node in source neutral DC connectivity.
Fields§
§component: PioComponentIdView§kind: PioStringView§nominal_voltage_kv: f64§has_nominal_voltage: bool§voltage_kv: f64§has_voltage: bool§dc_converter_unit: PioComponentIdView§has_dc_converter_unit: bool§dc_topological_node: PioComponentIdView§has_dc_topological_node: boolTrait Implementations§
Source§impl Clone for PioDcNodeView
impl Clone for PioDcNodeView
Source§fn clone(&self) -> PioDcNodeView
fn clone(&self) -> PioDcNodeView
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 PioDcNodeView
Auto Trait Implementations§
impl !Send for PioDcNodeView
impl !Sync for PioDcNodeView
impl Freeze for PioDcNodeView
impl RefUnwindSafe for PioDcNodeView
impl Unpin for PioDcNodeView
impl UnsafeUnpin for PioDcNodeView
impl UnwindSafe for PioDcNodeView
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