Struct freetype::ffi::FT_ListRec
[−]
[src]
pub struct FT_ListRec { pub head: *mut FT_ListNodeRec, pub tail: *mut FT_ListNodeRec, }
Fields
head: *mut FT_ListNodeRec
tail: *mut FT_ListNodeRec
Trait Implementations
impl Clone for FT_ListRec
fn clone(&self) -> FT_ListRec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0
Performs copy-assignment from source
. Read more