#[repr(C)]pub struct PioDcTerminalView {Show 16 fields
pub component: PioComponentIdView,
pub has_component: bool,
pub sequence_number: u32,
pub has_sequence_number: bool,
pub dc_node: PioComponentIdView,
pub has_dc_node: bool,
pub dc_topological_node: PioComponentIdView,
pub has_dc_topological_node: bool,
pub polarity: PioStringView,
pub has_polarity: bool,
pub connected: bool,
pub has_connected: bool,
pub active_power_mw: f64,
pub has_active_power: bool,
pub current_a: f64,
pub has_current: bool,
}Expand description
One terminal of source neutral DC conducting equipment.
Fields§
§component: PioComponentIdView§has_component: bool§sequence_number: u32§has_sequence_number: bool§dc_node: PioComponentIdView§has_dc_node: bool§dc_topological_node: PioComponentIdView§has_dc_topological_node: bool§polarity: PioStringView§has_polarity: bool§connected: bool§has_connected: bool§active_power_mw: f64§has_active_power: bool§current_a: f64§has_current: boolTrait Implementations§
Source§impl Clone for PioDcTerminalView
impl Clone for PioDcTerminalView
Source§fn clone(&self) -> PioDcTerminalView
fn clone(&self) -> PioDcTerminalView
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 PioDcTerminalView
Auto Trait Implementations§
impl !Send for PioDcTerminalView
impl !Sync for PioDcTerminalView
impl Freeze for PioDcTerminalView
impl RefUnwindSafe for PioDcTerminalView
impl Unpin for PioDcTerminalView
impl UnsafeUnpin for PioDcTerminalView
impl UnwindSafe for PioDcTerminalView
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