#[repr(C)]pub struct PioInternalConnectionView {
pub voltage_level: PioComponentIdView,
pub node1: PioComponentIdView,
pub node2: PioComponentIdView,
}Expand description
One permanent connection between two node breaker connectivity nodes.
Fields§
§voltage_level: PioComponentIdView§node1: PioComponentIdView§node2: PioComponentIdViewTrait Implementations§
Source§impl Clone for PioInternalConnectionView
impl Clone for PioInternalConnectionView
Source§fn clone(&self) -> PioInternalConnectionView
fn clone(&self) -> PioInternalConnectionView
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 PioInternalConnectionView
Auto Trait Implementations§
impl !Send for PioInternalConnectionView
impl !Sync for PioInternalConnectionView
impl Freeze for PioInternalConnectionView
impl RefUnwindSafe for PioInternalConnectionView
impl Unpin for PioInternalConnectionView
impl UnsafeUnpin for PioInternalConnectionView
impl UnwindSafe for PioInternalConnectionView
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