#[repr(C)]pub struct tagInchiInpData {
pub pInp: *mut inchi_Input,
pub bChiral: c_int,
pub szErrMsg: [c_char; 256],
}Fields§
§pInp: *mut inchi_Input§bChiral: c_int§szErrMsg: [c_char; 256]Trait Implementations§
Source§impl Clone for tagInchiInpData
impl Clone for tagInchiInpData
Source§fn clone(&self) -> tagInchiInpData
fn clone(&self) -> tagInchiInpData
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 tagInchiInpData
impl Debug for tagInchiInpData
impl Copy for tagInchiInpData
Auto Trait Implementations§
impl Freeze for tagInchiInpData
impl RefUnwindSafe for tagInchiInpData
impl !Send for tagInchiInpData
impl !Sync for tagInchiInpData
impl Unpin for tagInchiInpData
impl UnwindSafe for tagInchiInpData
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