Struct AtomIndex
pub struct AtomIndex(/* private fields */);Expand description
A zero-based atom index into a molecule’s explicit atom list.
Implementations§
Trait Implementations§
§impl Ord for AtomIndex
impl Ord for AtomIndex
§impl PartialOrd for AtomIndex
impl PartialOrd for AtomIndex
impl Copy for AtomIndex
impl Eq 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