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