#[repr(C)]pub struct Tcl_Interp {
pub resultDontUse: *mut c_char,
pub freeProcDontUse: Option<unsafe extern "C" fn(arg1: *mut c_char)>,
pub errorLineDontUse: c_int,
}Fields§
§resultDontUse: *mut c_char§freeProcDontUse: Option<unsafe extern "C" fn(arg1: *mut c_char)>§errorLineDontUse: c_intTrait Implementations§
Source§impl Clone for Tcl_Interp
impl Clone for Tcl_Interp
Source§fn clone(&self) -> Tcl_Interp
fn clone(&self) -> Tcl_Interp
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 Tcl_Interp
impl Debug for Tcl_Interp
impl Copy for Tcl_Interp
Auto Trait Implementations§
impl Freeze for Tcl_Interp
impl RefUnwindSafe for Tcl_Interp
impl !Send for Tcl_Interp
impl !Sync for Tcl_Interp
impl Unpin for Tcl_Interp
impl UnwindSafe for Tcl_Interp
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