pub struct MDTrajectory {
pub frames: Vec<MDFrame>,
}Expand description
Complete MD trajectory.
Fields§
§frames: Vec<MDFrame>Frames saved at regular intervals.
Trait Implementations§
Source§impl Clone for MDTrajectory
impl Clone for MDTrajectory
Source§fn clone(&self) -> MDTrajectory
fn clone(&self) -> MDTrajectory
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 MDTrajectory
impl RefUnwindSafe for MDTrajectory
impl Send for MDTrajectory
impl Sync for MDTrajectory
impl Unpin for MDTrajectory
impl UnsafeUnpin for MDTrajectory
impl UnwindSafe for MDTrajectory
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