Struct freetype_sys::FT_ListRec [] [src]

pub struct FT_ListRec {
    pub head: FT_ListNode,
    pub tail: FT_ListNode,
}

Fields

head
tail

Trait Implementations

Derived Implementations

impl Clone for FT_ListRec

fn clone(&self) -> FT_ListRec

1.0.0fn clone_from(&mut self, source: &Self)

impl Copy for FT_ListRec