inchi_Input

Type Alias inchi_Input 

Source
pub type inchi_Input = tagINCHI_Input;
Expand description

I N C h I D L L I n p u t

Aliased Type§

#[repr(C)]
pub struct inchi_Input { pub atom: *mut tagInchiAtom, pub stereo0D: *mut tagINCHIStereo0D, pub szOptions: *mut i8, pub num_atoms: i16, pub num_stereo0D: i16, }

Fields§

§atom: *mut tagInchiAtom§stereo0D: *mut tagINCHIStereo0D§szOptions: *mut i8§num_atoms: i16§num_stereo0D: i16