pub struct PrepRecoveryEdgeSummary {
pub from_dof: usize,
pub to_dof: usize,
pub element_family_index: usize,
pub edge_length_m: f64,
}Fields§
§from_dof: usize§to_dof: usize§element_family_index: usize§edge_length_m: f64Trait Implementations§
Source§impl Clone for PrepRecoveryEdgeSummary
impl Clone for PrepRecoveryEdgeSummary
Source§fn clone(&self) -> PrepRecoveryEdgeSummary
fn clone(&self) -> PrepRecoveryEdgeSummary
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 moreimpl Copy for PrepRecoveryEdgeSummary
Source§impl Debug for PrepRecoveryEdgeSummary
impl Debug for PrepRecoveryEdgeSummary
Source§impl<'de> Deserialize<'de> for PrepRecoveryEdgeSummary
impl<'de> Deserialize<'de> for PrepRecoveryEdgeSummary
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 PrepRecoveryEdgeSummary
impl PartialEq for PrepRecoveryEdgeSummary
Source§impl Serialize for PrepRecoveryEdgeSummary
impl Serialize for PrepRecoveryEdgeSummary
impl StructuralPartialEq for PrepRecoveryEdgeSummary
Auto Trait Implementations§
impl Freeze for PrepRecoveryEdgeSummary
impl RefUnwindSafe for PrepRecoveryEdgeSummary
impl Send for PrepRecoveryEdgeSummary
impl Sync for PrepRecoveryEdgeSummary
impl Unpin for PrepRecoveryEdgeSummary
impl UnsafeUnpin for PrepRecoveryEdgeSummary
impl UnwindSafe for PrepRecoveryEdgeSummary
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