pub struct AtomIdx(pub u32);Expand description
Newtype index for an atom in a Molecule.
Tuple Fields§
§0: u32Trait Implementations§
impl Copy for AtomIdx
impl Eq for AtomIdx
Source§impl Ord for AtomIdx
impl Ord for AtomIdx
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 AtomIdx
impl PartialOrd for AtomIdx
impl StructuralPartialEq for AtomIdx
Auto Trait Implementations§
impl Freeze for AtomIdx
impl RefUnwindSafe for AtomIdx
impl Send for AtomIdx
impl Sync for AtomIdx
impl Unpin for AtomIdx
impl UnsafeUnpin for AtomIdx
impl UnwindSafe for AtomIdx
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