Struct sep2_common::packages::der::FixedVar
source · pub struct FixedVar {
pub ref_type: DERUnitRefType,
pub value: SignedPercent,
}
Available on crate feature
der
only.Expand description
Specifies a signed setpoint for reactive power.
Fields§
§ref_type: DERUnitRefType
Indicates whether to interpret ‘value’ as %setMaxVar or %statVarAvail.
value: SignedPercent
Specify a signed setpoint for reactive power in % (see ‘refType’ for context).
Trait Implementations§
source§impl PartialEq<FixedVar> for FixedVar
impl PartialEq<FixedVar> for FixedVar
source§impl YaSerialize for FixedVar
impl YaSerialize for FixedVar
fn name() -> &'static strwhere Self: Sized,
fn serialize<W: Write>(&self, writer: &mut Serializer<W>) -> Result<(), String>where Self: Sized,
fn serialize_attributes( &self, source_attributes: Vec<OwnedAttribute>, source_namespace: Namespace ) -> Result<(Vec<OwnedAttribute>, Namespace), String>where Self: Sized,
impl Eq for FixedVar
impl StructuralEq for FixedVar
impl StructuralPartialEq for FixedVar
Auto Trait Implementations§
impl RefUnwindSafe for FixedVar
impl Send for FixedVar
impl Sync for FixedVar
impl Unpin for FixedVar
impl UnwindSafe for FixedVar
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