#[repr(C)]pub struct PioSubnetworkView {
pub component: PioComponentIdView,
pub parent: PioComponentIdView,
pub case_metadata: PioCaseMetadataView,
pub component_count: usize,
}Expand description
One PowSybl subnetwork contained directly by the balanced network.
Fields§
§component: PioComponentIdView§parent: PioComponentIdView§case_metadata: PioCaseMetadataView§component_count: usizeTrait Implementations§
Source§impl Clone for PioSubnetworkView
impl Clone for PioSubnetworkView
Source§fn clone(&self) -> PioSubnetworkView
fn clone(&self) -> PioSubnetworkView
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 PioSubnetworkView
Auto Trait Implementations§
impl !Send for PioSubnetworkView
impl !Sync for PioSubnetworkView
impl Freeze for PioSubnetworkView
impl RefUnwindSafe for PioSubnetworkView
impl Unpin for PioSubnetworkView
impl UnsafeUnpin for PioSubnetworkView
impl UnwindSafe for PioSubnetworkView
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