#[repr(C)]pub struct PioMulticonductorTransformerView {
pub name: PioStringView,
pub winding_count: usize,
pub short_circuit_reactance_percent: PioF64View,
pub phase_count: usize,
}Expand description
One multiconductor transformer.
Fields§
§name: PioStringView§winding_count: usize§short_circuit_reactance_percent: PioF64View§phase_count: usizeTrait Implementations§
Source§impl Clone for PioMulticonductorTransformerView
impl Clone for PioMulticonductorTransformerView
Source§fn clone(&self) -> PioMulticonductorTransformerView
fn clone(&self) -> PioMulticonductorTransformerView
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 PioMulticonductorTransformerView
Auto Trait Implementations§
impl !Send for PioMulticonductorTransformerView
impl !Sync for PioMulticonductorTransformerView
impl Freeze for PioMulticonductorTransformerView
impl RefUnwindSafe for PioMulticonductorTransformerView
impl Unpin for PioMulticonductorTransformerView
impl UnsafeUnpin for PioMulticonductorTransformerView
impl UnwindSafe for PioMulticonductorTransformerView
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