FT_ListRec

Type Alias FT_ListRec 

Source
pub type FT_ListRec = FT_ListRec_;

Aliased Type§

#[repr(C)]
pub struct FT_ListRec { pub head: *mut FT_ListNodeRec_, pub tail: *mut FT_ListNodeRec_, }

Fields§

§head: *mut FT_ListNodeRec_§tail: *mut FT_ListNodeRec_