pub struct SensitivityMatrices {
pub ptdf: CsMat<f64>,
pub lodf: CsMat<f64>,
pub metadata: SensitivityMetadata,
}Expand description
PTDF/LODF matrices plus metadata for serialized outputs.
Fields§
§ptdf: CsMat<f64>§lodf: CsMat<f64>§metadata: SensitivityMetadataTrait Implementations§
Source§impl Clone for SensitivityMatrices
impl Clone for SensitivityMatrices
Source§fn clone(&self) -> SensitivityMatrices
fn clone(&self) -> SensitivityMatrices
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 moreAuto Trait Implementations§
impl Freeze for SensitivityMatrices
impl RefUnwindSafe for SensitivityMatrices
impl Send for SensitivityMatrices
impl Sync for SensitivityMatrices
impl Unpin for SensitivityMatrices
impl UnsafeUnpin for SensitivityMatrices
impl UnwindSafe for SensitivityMatrices
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