pub struct AtomGroup {
pub atom_indices: Vec<usize>,
pub restraints: Vec<RestraintSpec>,
}Expand description
One atoms … end atoms sub-block.
Fields§
§atom_indices: Vec<usize>Atom indices as written in the script (1-based).
restraints: Vec<RestraintSpec>Trait Implementations§
Auto Trait Implementations§
impl Freeze for AtomGroup
impl RefUnwindSafe for AtomGroup
impl Send for AtomGroup
impl Sync for AtomGroup
impl Unpin for AtomGroup
impl UnsafeUnpin for AtomGroup
impl UnwindSafe for AtomGroup
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