[][src]Type Definition glk::types::winid_t

type winid_t = *mut glk_window_struct;

Import opaque handle types from C binding.

Trait Implementations

impl ObjRef for winid_t[src]

impl ObjId for winid_t[src]

Implement ObjId trait to allow winid_t to be used as object id in pool.