Struct rust_tcl_sys::tcl::Struct_Tcl_Event
[-] [+]
[src]
pub struct Struct_Tcl_Event { pub _proc: *mut Tcl_EventProc, pub nextPtr: *mut Struct_Tcl_Event, }
Fields
_proc | |
nextPtr |
pub struct Struct_Tcl_Event { pub _proc: *mut Tcl_EventProc, pub nextPtr: *mut Struct_Tcl_Event, }
_proc | |
nextPtr |
impl Default for Struct_Tcl_Event
fn default() -> Struct_Tcl_Event
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).