Struct sep2_common::packages::der::ReactiveSusceptance
source · pub struct ReactiveSusceptance {
pub multiplier: PowerOfTenMultiplierType,
pub value: Uint16,
}
Available on crate feature
der
only.Expand description
Reactive susceptance
Fields§
§multiplier: PowerOfTenMultiplierType
Specifies exponent of uom.
value: Uint16
Value in siemens (uom 53)
Trait Implementations§
source§impl Clone for ReactiveSusceptance
impl Clone for ReactiveSusceptance
source§fn clone(&self) -> ReactiveSusceptance
fn clone(&self) -> ReactiveSusceptance
Returns a copy of the value. Read more
1.0.0 · 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 ReactiveSusceptance
impl Debug for ReactiveSusceptance
source§impl Default for ReactiveSusceptance
impl Default for ReactiveSusceptance
source§fn default() -> ReactiveSusceptance
fn default() -> ReactiveSusceptance
Returns the “default value” for a type. Read more
source§impl PartialEq<ReactiveSusceptance> for ReactiveSusceptance
impl PartialEq<ReactiveSusceptance> for ReactiveSusceptance
source§fn eq(&self, other: &ReactiveSusceptance) -> bool
fn eq(&self, other: &ReactiveSusceptance) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl YaDeserialize for ReactiveSusceptance
impl YaDeserialize for ReactiveSusceptance
source§impl YaSerialize for ReactiveSusceptance
impl YaSerialize for ReactiveSusceptance
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 ReactiveSusceptance
impl StructuralEq for ReactiveSusceptance
impl StructuralPartialEq for ReactiveSusceptance
Auto Trait Implementations§
impl RefUnwindSafe for ReactiveSusceptance
impl Send for ReactiveSusceptance
impl Sync for ReactiveSusceptance
impl Unpin for ReactiveSusceptance
impl UnwindSafe for ReactiveSusceptance
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