inchi_Atom

Type Alias inchi_Atom 

Source
pub type inchi_Atom = tagInchiAtom;
Expand description

A T O M S a n d C O N N E C T I V I T Y

Aliased Type§

#[repr(C)]
pub struct inchi_Atom { pub x: f64, pub y: f64, pub z: f64, pub neighbor: [i16; 20], pub bond_type: [i8; 20], pub bond_stereo: [i8; 20], pub elname: [i8; 6], pub num_bonds: i16, pub num_iso_H: [i8; 4], pub isotopic_mass: i16, pub radical: i8, pub charge: i8, }

Fields§

§x: f64§y: f64§z: f64§neighbor: [i16; 20]§bond_type: [i8; 20]§bond_stereo: [i8; 20]§elname: [i8; 6]§num_bonds: i16§num_iso_H: [i8; 4]§isotopic_mass: i16§radical: i8§charge: i8