#[repr(C)]pub struct PioBusbarSectionView {
pub component: PioComponentIdView,
pub voltage_level: PioComponentIdView,
pub node: PioComponentIdView,
}Expand description
One source neutral busbar section.
Fields§
§component: PioComponentIdView§voltage_level: PioComponentIdView§node: PioComponentIdViewTrait Implementations§
Source§impl Clone for PioBusbarSectionView
impl Clone for PioBusbarSectionView
Source§fn clone(&self) -> PioBusbarSectionView
fn clone(&self) -> PioBusbarSectionView
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 PioBusbarSectionView
Auto Trait Implementations§
impl !Send for PioBusbarSectionView
impl !Sync for PioBusbarSectionView
impl Freeze for PioBusbarSectionView
impl RefUnwindSafe for PioBusbarSectionView
impl Unpin for PioBusbarSectionView
impl UnsafeUnpin for PioBusbarSectionView
impl UnwindSafe for PioBusbarSectionView
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