Struct freetype_sys::FT_ListRec 
                   
                       [−]
                   
               [src]
pub struct FT_ListRec {
    pub head: FT_ListNode,
    pub tail: FT_ListNode,
}Fields
head: FT_ListNode
                           tail: FT_ListNode
                           Trait Implementations
impl Clone for FT_ListRec[src]
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