pub struct AtomIndex(/* private fields */);Expand description
A zero-based atom index into a molecule’s explicit atom list.
Implementations§
Trait Implementations§
impl Copy for AtomIndex
impl Eq for AtomIndex
Source§impl Ord for AtomIndex
impl Ord for AtomIndex
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialOrd for AtomIndex
impl PartialOrd for AtomIndex
impl StructuralPartialEq for AtomIndex
Auto Trait Implementations§
impl Freeze for AtomIndex
impl RefUnwindSafe for AtomIndex
impl Send for AtomIndex
impl Sync for AtomIndex
impl Unpin for AtomIndex
impl UnsafeUnpin for AtomIndex
impl UnwindSafe for AtomIndex
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