#[repr(C)]pub struct PioTerminalPowerView {Show 13 fields
pub terminal: PioStringView,
pub active_power_w: f64,
pub reactive_power_var: f64,
pub nominal_voltage_v: f64,
pub has_nominal_voltage: bool,
pub active_impedance_fraction: f64,
pub active_current_fraction: f64,
pub active_power_fraction: f64,
pub reactive_impedance_fraction: f64,
pub reactive_current_fraction: f64,
pub reactive_power_fraction: f64,
pub active_power_exponent: f64,
pub reactive_power_exponent: f64,
}Expand description
One terminal of a prescribed multiconductor load.
Fields§
§terminal: PioStringView§active_power_w: f64§reactive_power_var: f64§nominal_voltage_v: f64§has_nominal_voltage: bool§active_impedance_fraction: f64§active_current_fraction: f64§active_power_fraction: f64§reactive_impedance_fraction: f64§reactive_current_fraction: f64§reactive_power_fraction: f64§active_power_exponent: f64§reactive_power_exponent: f64Trait Implementations§
Source§impl Clone for PioTerminalPowerView
impl Clone for PioTerminalPowerView
Source§fn clone(&self) -> PioTerminalPowerView
fn clone(&self) -> PioTerminalPowerView
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 PioTerminalPowerView
Auto Trait Implementations§
impl !Send for PioTerminalPowerView
impl !Sync for PioTerminalPowerView
impl Freeze for PioTerminalPowerView
impl RefUnwindSafe for PioTerminalPowerView
impl Unpin for PioTerminalPowerView
impl UnsafeUnpin for PioTerminalPowerView
impl UnwindSafe for PioTerminalPowerView
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