#[repr(C)]pub struct PioDcConverterUnitView {
pub component: PioComponentIdView,
pub substation: PioComponentIdView,
pub has_substation: bool,
pub operation_mode: PioStringView,
}Expand description
One source neutral DC converter unit.
Fields§
§component: PioComponentIdView§substation: PioComponentIdView§has_substation: bool§operation_mode: PioStringViewTrait Implementations§
Source§impl Clone for PioDcConverterUnitView
impl Clone for PioDcConverterUnitView
Source§fn clone(&self) -> PioDcConverterUnitView
fn clone(&self) -> PioDcConverterUnitView
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 PioDcConverterUnitView
Auto Trait Implementations§
impl !Send for PioDcConverterUnitView
impl !Sync for PioDcConverterUnitView
impl Freeze for PioDcConverterUnitView
impl RefUnwindSafe for PioDcConverterUnitView
impl Unpin for PioDcConverterUnitView
impl UnsafeUnpin for PioDcConverterUnitView
impl UnwindSafe for PioDcConverterUnitView
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