#[repr(C)]pub struct PioTopologySwitchView {
pub component: PioComponentIdView,
pub voltage_level: PioComponentIdView,
pub kind: PioStringView,
pub endpoint1_kind: PioStringView,
pub endpoint1: PioComponentIdView,
pub endpoint2_kind: PioStringView,
pub endpoint2: PioComponentIdView,
pub open: bool,
pub retained: bool,
}Expand description
One source neutral bus breaker or node breaker switch.
Fields§
§component: PioComponentIdView§voltage_level: PioComponentIdView§kind: PioStringView§endpoint1_kind: PioStringView§endpoint1: PioComponentIdView§endpoint2_kind: PioStringView§endpoint2: PioComponentIdView§open: bool§retained: boolTrait Implementations§
Source§impl Clone for PioTopologySwitchView
impl Clone for PioTopologySwitchView
Source§fn clone(&self) -> PioTopologySwitchView
fn clone(&self) -> PioTopologySwitchView
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 PioTopologySwitchView
Auto Trait Implementations§
impl !Send for PioTopologySwitchView
impl !Sync for PioTopologySwitchView
impl Freeze for PioTopologySwitchView
impl RefUnwindSafe for PioTopologySwitchView
impl Unpin for PioTopologySwitchView
impl UnsafeUnpin for PioTopologySwitchView
impl UnwindSafe for PioTopologySwitchView
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