#[repr(C)]pub struct PioConnectivityNodeView {
pub component: PioComponentIdView,
pub voltage_level: PioComponentIdView,
pub node_number: i32,
pub has_node_number: bool,
pub calculated_bus_id: usize,
pub has_calculated_bus: bool,
}Expand description
One source neutral connectivity node.
Fields§
§component: PioComponentIdView§voltage_level: PioComponentIdView§node_number: i32§has_node_number: bool§calculated_bus_id: usize§has_calculated_bus: boolTrait Implementations§
Source§impl Clone for PioConnectivityNodeView
impl Clone for PioConnectivityNodeView
Source§fn clone(&self) -> PioConnectivityNodeView
fn clone(&self) -> PioConnectivityNodeView
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 PioConnectivityNodeView
Auto Trait Implementations§
impl !Send for PioConnectivityNodeView
impl !Sync for PioConnectivityNodeView
impl Freeze for PioConnectivityNodeView
impl RefUnwindSafe for PioConnectivityNodeView
impl Unpin for PioConnectivityNodeView
impl UnsafeUnpin for PioConnectivityNodeView
impl UnwindSafe for PioConnectivityNodeView
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