#[repr(C)]pub struct PioDcEquipmentView {Show 21 fields
pub component: PioComponentIdView,
pub equipment_container: PioComponentIdView,
pub has_equipment_container: bool,
pub kind: PioStringView,
pub terminal_count: usize,
pub terminal1: PioDcTerminalView,
pub terminal2: PioDcTerminalView,
pub rated_dc_voltage_kv: f64,
pub has_rated_dc_voltage: bool,
pub resistance_ohm: f64,
pub has_resistance: bool,
pub inductance_h: f64,
pub has_inductance: bool,
pub capacitance_f: f64,
pub has_capacitance: bool,
pub length_km: f64,
pub has_length: bool,
pub switch_kind: PioStringView,
pub has_switch_kind: bool,
pub open: bool,
pub has_open: bool,
}Expand description
One source neutral DC conducting equipment record.
Fields§
§component: PioComponentIdView§equipment_container: PioComponentIdView§has_equipment_container: bool§kind: PioStringView§terminal_count: usize§terminal1: PioDcTerminalView§terminal2: PioDcTerminalView§rated_dc_voltage_kv: f64§has_rated_dc_voltage: bool§resistance_ohm: f64§has_resistance: bool§inductance_h: f64§has_inductance: bool§capacitance_f: f64§has_capacitance: bool§length_km: f64§has_length: bool§switch_kind: PioStringView§has_switch_kind: bool§open: bool§has_open: boolTrait Implementations§
Source§impl Clone for PioDcEquipmentView
impl Clone for PioDcEquipmentView
Source§fn clone(&self) -> PioDcEquipmentView
fn clone(&self) -> PioDcEquipmentView
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 PioDcEquipmentView
Auto Trait Implementations§
impl !Send for PioDcEquipmentView
impl !Sync for PioDcEquipmentView
impl Freeze for PioDcEquipmentView
impl RefUnwindSafe for PioDcEquipmentView
impl Unpin for PioDcEquipmentView
impl UnsafeUnpin for PioDcEquipmentView
impl UnwindSafe for PioDcEquipmentView
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