#[repr(C)]pub struct tagINCHI_Output {
pub szInChI: *mut c_char,
pub szAuxInfo: *mut c_char,
pub szMessage: *mut c_char,
pub szLog: *mut c_char,
}Expand description
I N C h I D L L O u t p u t
Fields§
§szInChI: *mut c_char§szAuxInfo: *mut c_char§szMessage: *mut c_char§szLog: *mut c_charTrait Implementations§
Source§impl Clone for tagINCHI_Output
impl Clone for tagINCHI_Output
Source§fn clone(&self) -> tagINCHI_Output
fn clone(&self) -> tagINCHI_Output
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_Output
impl Debug for tagINCHI_Output
impl Copy for tagINCHI_Output
Auto Trait Implementations§
impl Freeze for tagINCHI_Output
impl RefUnwindSafe for tagINCHI_Output
impl !Send for tagINCHI_Output
impl !Sync for tagINCHI_Output
impl Unpin for tagINCHI_Output
impl UnwindSafe for tagINCHI_Output
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