#[repr(C)]pub struct PioOperationalLimitGroupView {Show 23 fields
pub equipment: PioComponentIdView,
pub terminal: u8,
pub id: PioStringView,
pub selected: bool,
pub property_count: usize,
pub has_current_limits: bool,
pub current_permanent_limit_a: f64,
pub current_permanent_limit_name: PioStringView,
pub has_current_permanent_limit: bool,
pub has_current_permanent_limit_name: bool,
pub current_temporary_limit_count: usize,
pub has_active_power_limits: bool,
pub active_power_permanent_limit_mw: f64,
pub active_power_permanent_limit_name: PioStringView,
pub has_active_power_permanent_limit: bool,
pub has_active_power_permanent_limit_name: bool,
pub active_power_temporary_limit_count: usize,
pub has_apparent_power_limits: bool,
pub apparent_power_permanent_limit_mva: f64,
pub apparent_power_permanent_limit_name: PioStringView,
pub has_apparent_power_permanent_limit: bool,
pub has_apparent_power_permanent_limit_name: bool,
pub apparent_power_temporary_limit_count: usize,
}Expand description
One named source neutral loading limit set at an equipment terminal.
Fields§
§equipment: PioComponentIdView§terminal: u8§id: PioStringView§selected: bool§property_count: usize§has_current_limits: bool§current_permanent_limit_a: f64§current_permanent_limit_name: PioStringView§has_current_permanent_limit: bool§has_current_permanent_limit_name: bool§current_temporary_limit_count: usize§has_active_power_limits: bool§active_power_permanent_limit_mw: f64§active_power_permanent_limit_name: PioStringView§has_active_power_permanent_limit: bool§has_active_power_permanent_limit_name: bool§active_power_temporary_limit_count: usize§has_apparent_power_limits: bool§apparent_power_permanent_limit_mva: f64§apparent_power_permanent_limit_name: PioStringView§has_apparent_power_permanent_limit: bool§has_apparent_power_permanent_limit_name: bool§apparent_power_temporary_limit_count: usizeTrait Implementations§
Source§impl Clone for PioOperationalLimitGroupView
impl Clone for PioOperationalLimitGroupView
Source§fn clone(&self) -> PioOperationalLimitGroupView
fn clone(&self) -> PioOperationalLimitGroupView
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 PioOperationalLimitGroupView
Auto Trait Implementations§
impl !Send for PioOperationalLimitGroupView
impl !Sync for PioOperationalLimitGroupView
impl Freeze for PioOperationalLimitGroupView
impl RefUnwindSafe for PioOperationalLimitGroupView
impl Unpin for PioOperationalLimitGroupView
impl UnsafeUnpin for PioOperationalLimitGroupView
impl UnwindSafe for PioOperationalLimitGroupView
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