#[repr(C)]pub struct inchi_Input_Polymer {
pub units: *mut *mut inchi_Input_PolymerUnit,
pub n: c_int,
}Fields§
§units: *mut *mut inchi_Input_PolymerUnit§n: c_intTrait Implementations§
Source§impl Clone for inchi_Input_Polymer
impl Clone for inchi_Input_Polymer
Source§fn clone(&self) -> inchi_Input_Polymer
fn clone(&self) -> inchi_Input_Polymer
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_Polymer
impl Debug for inchi_Input_Polymer
impl Copy for inchi_Input_Polymer
Auto Trait Implementations§
impl Freeze for inchi_Input_Polymer
impl RefUnwindSafe for inchi_Input_Polymer
impl !Send for inchi_Input_Polymer
impl !Sync for inchi_Input_Polymer
impl Unpin for inchi_Input_Polymer
impl UnwindSafe for inchi_Input_Polymer
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