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