#[repr(C)]pub struct PioTerminalVoltageView {
pub terminal: PioStringView,
pub magnitude_v: f64,
pub angle_radians: f64,
}Expand description
One terminal of a prescribed multiconductor source.
Fields§
§terminal: PioStringView§magnitude_v: f64§angle_radians: f64Trait Implementations§
Source§impl Clone for PioTerminalVoltageView
impl Clone for PioTerminalVoltageView
Source§fn clone(&self) -> PioTerminalVoltageView
fn clone(&self) -> PioTerminalVoltageView
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 PioTerminalVoltageView
Auto Trait Implementations§
impl !Send for PioTerminalVoltageView
impl !Sync for PioTerminalVoltageView
impl Freeze for PioTerminalVoltageView
impl RefUnwindSafe for PioTerminalVoltageView
impl Unpin for PioTerminalVoltageView
impl UnsafeUnpin for PioTerminalVoltageView
impl UnwindSafe for PioTerminalVoltageView
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