#[repr(C)]pub struct Struct_Tcl_Interp {
pub resultDontUse: *mut c_char,
pub freeProcDontUse: Option<extern "C" fn(arg1: *mut c_char)>,
pub errorLineDontUse: c_int,
}Fields§
§resultDontUse: *mut c_char§freeProcDontUse: Option<extern "C" fn(arg1: *mut c_char)>§errorLineDontUse: c_intTrait Implementations§
Source§impl Default for Struct_Tcl_Interp
impl Default for Struct_Tcl_Interp
Source§fn default() -> Struct_Tcl_Interp
fn default() -> Struct_Tcl_Interp
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_Interp
impl RefUnwindSafe for Struct_Tcl_Interp
impl !Send for Struct_Tcl_Interp
impl !Sync for Struct_Tcl_Interp
impl Unpin for Struct_Tcl_Interp
impl UnwindSafe for Struct_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