pub struct Atom {
pub element: Element,
pub isotope: Option<u16>,
pub charge: i8,
pub delocalized: bool,
pub n_implicit_hydrogens: Option<u8>,
pub n_radical_electrons: Option<u8>,
pub point_chirality: PointChirality,
}Fields§
§element: Element§isotope: Option<u16>§charge: i8§delocalized: bool§n_implicit_hydrogens: Option<u8>§n_radical_electrons: Option<u8>§point_chirality: PointChiralityTrait Implementations§
impl Copy for Atom
impl Eq for Atom
impl StructuralPartialEq for Atom
Auto Trait Implementations§
impl Freeze for Atom
impl RefUnwindSafe for Atom
impl Send for Atom
impl Sync for Atom
impl Unpin for Atom
impl UnwindSafe for Atom
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