#[repr(C)]pub struct tagINCHI_OutputStructEx {
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],
pub polymer: *mut inchi_Output_Polymer,
pub v3000: *mut inchi_Output_V3000,
}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]§polymer: *mut inchi_Output_Polymer§v3000: *mut inchi_Output_V3000Trait Implementations§
Source§impl Clone for tagINCHI_OutputStructEx
impl Clone for tagINCHI_OutputStructEx
Source§fn clone(&self) -> tagINCHI_OutputStructEx
fn clone(&self) -> tagINCHI_OutputStructEx
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_OutputStructEx
impl Debug for tagINCHI_OutputStructEx
impl Copy for tagINCHI_OutputStructEx
Auto Trait Implementations§
impl Freeze for tagINCHI_OutputStructEx
impl RefUnwindSafe for tagINCHI_OutputStructEx
impl !Send for tagINCHI_OutputStructEx
impl !Sync for tagINCHI_OutputStructEx
impl Unpin for tagINCHI_OutputStructEx
impl UnwindSafe for tagINCHI_OutputStructEx
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