#[non_exhaustive]pub struct ScopfTransformerRow {}Expand description
One two winding transformer row.
Fields (Non-exhaustive)§
This struct is marked as non-exhaustive
Non-exhaustive structs could have additional fields added in future. Therefore, non-exhaustive structs cannot be constructed in external crates using the traditional
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.j_xf: usize§uid: String§to_bus: BusId§fr_bus: BusId§c_su: f64§c_sd: f64§s_max: f64§g_sr: f64§b_sr: f64§b_ch: f64§g_fr: f64§g_to: f64§b_fr: f64§b_to: f64Trait Implementations§
Source§impl Clone for ScopfTransformerRow
impl Clone for ScopfTransformerRow
Source§fn clone(&self) -> ScopfTransformerRow
fn clone(&self) -> ScopfTransformerRow
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 moreSource§impl Debug for ScopfTransformerRow
impl Debug for ScopfTransformerRow
Source§impl<'de> Deserialize<'de> for ScopfTransformerRow
impl<'de> Deserialize<'de> for ScopfTransformerRow
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for ScopfTransformerRow
impl PartialEq for ScopfTransformerRow
Source§fn eq(&self, other: &ScopfTransformerRow) -> bool
fn eq(&self, other: &ScopfTransformerRow) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for ScopfTransformerRow
impl Serialize for ScopfTransformerRow
impl StructuralPartialEq for ScopfTransformerRow
Auto Trait Implementations§
impl Freeze for ScopfTransformerRow
impl RefUnwindSafe for ScopfTransformerRow
impl Send for ScopfTransformerRow
impl Sync for ScopfTransformerRow
impl Unpin for ScopfTransformerRow
impl UnsafeUnpin for ScopfTransformerRow
impl UnwindSafe for ScopfTransformerRow
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