#[repr(C)]pub struct PioInverterBasedResourceView {Show 22 fields
pub name: PioStringView,
pub bus: PioStringView,
pub terminal_map_count: usize,
pub topology: PioStringView,
pub prime_mover: PioStringView,
pub apparent_power_limit_va: PioF64View,
pub current_limit_a: PioF64View,
pub has_current_limit: bool,
pub active_power_available_w: f64,
pub has_active_power_available: bool,
pub active_power_min_w: PioF64View,
pub has_active_power_min: bool,
pub active_power_max_w: PioF64View,
pub has_active_power_max: bool,
pub reactive_power_min_var: PioF64View,
pub has_reactive_power_min: bool,
pub reactive_power_max_var: PioF64View,
pub has_reactive_power_max: bool,
pub control_profile: PioStringView,
pub has_control_profile: bool,
pub voltage_aggregation: PioStringView,
pub has_voltage_aggregation: bool,
}Expand description
One inverter based resource.
Fields§
§name: PioStringView§bus: PioStringView§terminal_map_count: usize§topology: PioStringView§prime_mover: PioStringView§apparent_power_limit_va: PioF64View§current_limit_a: PioF64View§has_current_limit: bool§active_power_available_w: f64§has_active_power_available: bool§active_power_min_w: PioF64View§has_active_power_min: bool§active_power_max_w: PioF64View§has_active_power_max: bool§reactive_power_min_var: PioF64View§has_reactive_power_min: bool§reactive_power_max_var: PioF64View§has_reactive_power_max: bool§control_profile: PioStringView§has_control_profile: bool§voltage_aggregation: PioStringView§has_voltage_aggregation: boolTrait Implementations§
Source§impl Clone for PioInverterBasedResourceView
impl Clone for PioInverterBasedResourceView
Source§fn clone(&self) -> PioInverterBasedResourceView
fn clone(&self) -> PioInverterBasedResourceView
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 PioInverterBasedResourceView
Auto Trait Implementations§
impl !Send for PioInverterBasedResourceView
impl !Sync for PioInverterBasedResourceView
impl Freeze for PioInverterBasedResourceView
impl RefUnwindSafe for PioInverterBasedResourceView
impl Unpin for PioInverterBasedResourceView
impl UnsafeUnpin for PioInverterBasedResourceView
impl UnwindSafe for PioInverterBasedResourceView
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