#[repr(C)]pub struct tagINCHI_Input {
pub atom: *mut inchi_Atom,
pub stereo0D: *mut inchi_Stereo0D,
pub szOptions: *mut c_char,
pub num_atoms: AT_NUM,
pub num_stereo0D: AT_NUM,
}Expand description
I N C h I D L L I n p u t
Fields§
§atom: *mut inchi_Atom§stereo0D: *mut inchi_Stereo0D§szOptions: *mut c_char§num_atoms: AT_NUM§num_stereo0D: AT_NUMTrait Implementations§
Source§impl Clone for tagINCHI_Input
impl Clone for tagINCHI_Input
Source§fn clone(&self) -> tagINCHI_Input
fn clone(&self) -> tagINCHI_Input
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for tagINCHI_Input
impl Debug for tagINCHI_Input
impl Copy for tagINCHI_Input
Auto Trait Implementations§
impl Freeze for tagINCHI_Input
impl RefUnwindSafe for tagINCHI_Input
impl !Send for tagINCHI_Input
impl !Sync for tagINCHI_Input
impl Unpin for tagINCHI_Input
impl UnwindSafe for tagINCHI_Input
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