#[repr(C)]pub struct Struct_Tcl_Parse {Show 15 fields
    pub commentStart: *const c_char,
    pub commentSize: c_int,
    pub commandStart: *const c_char,
    pub commandSize: c_int,
    pub numWords: c_int,
    pub tokenPtr: *mut Tcl_Token,
    pub numTokens: c_int,
    pub tokensAvailable: c_int,
    pub errorType: c_int,
    pub string: *const c_char,
    pub end: *const c_char,
    pub interp: *mut Tcl_Interp,
    pub term: *const c_char,
    pub incomplete: c_int,
    pub staticTokens: [Tcl_Token; 20],
}Fields§
§commentStart: *const c_char§commentSize: c_int§commandStart: *const c_char§commandSize: c_int§numWords: c_int§tokenPtr: *mut Tcl_Token§numTokens: c_int§tokensAvailable: c_int§errorType: c_int§string: *const c_char§end: *const c_char§interp: *mut Tcl_Interp§term: *const c_char§incomplete: c_int§staticTokens: [Tcl_Token; 20]Trait Implementations§
Source§impl Default for Struct_Tcl_Parse
 
impl Default for Struct_Tcl_Parse
Source§fn default() -> Struct_Tcl_Parse
 
fn default() -> Struct_Tcl_Parse
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for Struct_Tcl_Parse
impl RefUnwindSafe for Struct_Tcl_Parse
impl !Send for Struct_Tcl_Parse
impl !Sync for Struct_Tcl_Parse
impl Unpin for Struct_Tcl_Parse
impl UnwindSafe for Struct_Tcl_Parse
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