#[repr(C)]pub struct inchi_Input_PolymerUnit {
pub id: c_int,
pub type_: c_int,
pub subtype: c_int,
pub conn: c_int,
pub label: c_int,
pub na: c_int,
pub nb: c_int,
pub xbr1: [f64; 4],
pub xbr2: [f64; 4],
pub smt: [c_char; 80],
pub alist: *mut c_int,
pub blist: *mut c_int,
}Fields§
§id: c_int§type_: c_int§subtype: c_int§conn: c_int§label: c_int§na: c_int§nb: c_int§xbr1: [f64; 4]§xbr2: [f64; 4]§smt: [c_char; 80]§alist: *mut c_int§blist: *mut c_intTrait Implementations§
Source§impl Clone for inchi_Input_PolymerUnit
impl Clone for inchi_Input_PolymerUnit
Source§fn clone(&self) -> inchi_Input_PolymerUnit
fn clone(&self) -> inchi_Input_PolymerUnit
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_Input_PolymerUnit
impl Debug for inchi_Input_PolymerUnit
impl Copy for inchi_Input_PolymerUnit
Auto Trait Implementations§
impl Freeze for inchi_Input_PolymerUnit
impl RefUnwindSafe for inchi_Input_PolymerUnit
impl !Send for inchi_Input_PolymerUnit
impl !Sync for inchi_Input_PolymerUnit
impl Unpin for inchi_Input_PolymerUnit
impl UnwindSafe for inchi_Input_PolymerUnit
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