pub struct SWFJC {
pub hinge_mass: f64,
pub link_length: f64,
pub number_of_links: u8,
pub well_width: f64,
pub thermodynamics: SWFJC,
}
Expand description
The structure of the SWFJC model.
Fields§
§hinge_mass: f64
The mass of each hinge in the chain in units of kg/mol.
link_length: f64
The length of each link in the chain in units of nm.
number_of_links: u8
The number of links in the chain.
well_width: f64
The width of the well in units of nm.
thermodynamics: SWFJC
The thermodynamic functions of the model.
Implementations§
Auto Trait Implementations§
impl Freeze for SWFJC
impl RefUnwindSafe for SWFJC
impl Send for SWFJC
impl Sync for SWFJC
impl Unpin for SWFJC
impl UnwindSafe for SWFJC
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