Struct rust_tcl_sys::tcl::Struct_Tcl_Time
[-] [+]
[src]
pub struct Struct_Tcl_Time { pub sec: c_long, pub usec: c_long, }
Fields
sec | |
usec |
pub struct Struct_Tcl_Time { pub sec: c_long, pub usec: c_long, }
sec | |
usec |
impl Default for Struct_Tcl_Time
fn default() -> Struct_Tcl_Time
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
).