Struct freetype_sys::FT_ListRec [] [src]

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

Fields

Trait Implementations

impl Clone for FT_ListRec
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_ListRec
[src]