#[repr(C)]pub struct tagINCHI_OutputStruct {
pub atom: *mut inchi_Atom,
pub stereo0D: *mut inchi_Stereo0D,
pub num_atoms: AT_NUM,
pub num_stereo0D: AT_NUM,
pub szMessage: *mut c_char,
pub szLog: *mut c_char,
pub WarningFlags: [[c_ulong; 2]; 2],
}Fields§
§atom: *mut inchi_Atom§stereo0D: *mut inchi_Stereo0D§num_atoms: AT_NUM§num_stereo0D: AT_NUM§szMessage: *mut c_char§szLog: *mut c_char§WarningFlags: [[c_ulong; 2]; 2]Trait Implementations§
Source§impl Clone for tagINCHI_OutputStruct
impl Clone for tagINCHI_OutputStruct
Source§fn clone(&self) -> tagINCHI_OutputStruct
fn clone(&self) -> tagINCHI_OutputStruct
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_OutputStruct
impl Debug for tagINCHI_OutputStruct
impl Copy for tagINCHI_OutputStruct
Auto Trait Implementations§
impl Freeze for tagINCHI_OutputStruct
impl RefUnwindSafe for tagINCHI_OutputStruct
impl !Send for tagINCHI_OutputStruct
impl !Sync for tagINCHI_OutputStruct
impl Unpin for tagINCHI_OutputStruct
impl UnwindSafe for tagINCHI_OutputStruct
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