Struct freetype::ffi::FT_ListRec
[−]
[src]
pub struct FT_ListRec { pub head: *mut FT_ListNodeRec, pub tail: *mut FT_ListNodeRec, }
Fields
head | |
tail |
pub struct FT_ListRec { pub head: *mut FT_ListNodeRec, pub tail: *mut FT_ListNodeRec, }
head | |
tail |
impl Clone for FT_ListRec
fn clone(&self) -> FT_ListRec
fn clone_from(&mut self, source: &Self)
impl Copy for FT_ListRec
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
).