#[non_exhaustive]pub struct LinDist3FlowComplexAffinePower {
pub active: LinDist3FlowAffineExpression,
pub reactive: LinDist3FlowAffineExpression,
}Expand description
Active and reactive affine power expressions.
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.active: LinDist3FlowAffineExpression§reactive: LinDist3FlowAffineExpressionTrait Implementations§
Source§impl Clone for LinDist3FlowComplexAffinePower
impl Clone for LinDist3FlowComplexAffinePower
Source§fn clone(&self) -> LinDist3FlowComplexAffinePower
fn clone(&self) -> LinDist3FlowComplexAffinePower
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 Default for LinDist3FlowComplexAffinePower
impl Default for LinDist3FlowComplexAffinePower
Source§fn default() -> LinDist3FlowComplexAffinePower
fn default() -> LinDist3FlowComplexAffinePower
Returns the “default value” for a type. Read more
Source§impl PartialEq for LinDist3FlowComplexAffinePower
impl PartialEq for LinDist3FlowComplexAffinePower
Source§fn eq(&self, other: &LinDist3FlowComplexAffinePower) -> bool
fn eq(&self, other: &LinDist3FlowComplexAffinePower) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for LinDist3FlowComplexAffinePower
Auto Trait Implementations§
impl Freeze for LinDist3FlowComplexAffinePower
impl RefUnwindSafe for LinDist3FlowComplexAffinePower
impl Send for LinDist3FlowComplexAffinePower
impl Sync for LinDist3FlowComplexAffinePower
impl Unpin for LinDist3FlowComplexAffinePower
impl UnsafeUnpin for LinDist3FlowComplexAffinePower
impl UnwindSafe for LinDist3FlowComplexAffinePower
Blanket Implementations§
impl<T> Allocation for T
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