Struct freetype::ffi::FT_ListNodeRec
[−]
[src]
pub struct FT_ListNodeRec { pub prev: *mut FT_ListNodeRec, pub next: *mut FT_ListNodeRec, pub data: *const c_void, }
Fields
prev | |
next | |
data |
pub struct FT_ListNodeRec { pub prev: *mut FT_ListNodeRec, pub next: *mut FT_ListNodeRec, pub data: *const c_void, }
prev | |
next | |
data |
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
).