pub struct Inversion {
pub atom_ids: (usize, usize, usize, usize),
}Expand description
Inversion entry emitted in the final topology.
Fields§
§atom_ids: (usize, usize, usize, usize)The IDs of the four atoms (center, axis, plane1, plane2)
where center is the inversion center, axis is the unique neighbor
defining the axis, with plane1 and plane2 sorted.
Implementations§
Trait Implementations§
impl Eq for Inversion
impl StructuralPartialEq for Inversion
Auto Trait Implementations§
impl Freeze for Inversion
impl RefUnwindSafe for Inversion
impl Send for Inversion
impl Sync for Inversion
impl Unpin for Inversion
impl UnwindSafe for Inversion
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