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_ListRecfn clone(&self) -> FT_ListRecfn clone_from(&mut self, source: &Self)impl Copy for FT_ListRec