#[repr(C)]pub struct inchi_InputEx {
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,
pub polymer: *mut inchi_Input_Polymer,
pub v3000: *mut inchi_Input_V3000,
}Fields§
§atom: *mut inchi_Atom§stereo0D: *mut inchi_Stereo0D§szOptions: *mut c_char§num_atoms: AT_NUM§num_stereo0D: AT_NUM§polymer: *mut inchi_Input_Polymer§v3000: *mut inchi_Input_V3000Trait Implementations§
Source§impl Clone for inchi_InputEx
impl Clone for inchi_InputEx
Source§fn clone(&self) -> inchi_InputEx
fn clone(&self) -> inchi_InputEx
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 inchi_InputEx
impl Debug for inchi_InputEx
impl Copy for inchi_InputEx
Auto Trait Implementations§
impl Freeze for inchi_InputEx
impl RefUnwindSafe for inchi_InputEx
impl !Send for inchi_InputEx
impl !Sync for inchi_InputEx
impl Unpin for inchi_InputEx
impl UnwindSafe for inchi_InputEx
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