Struct freetype::ffi::FT_ListRec [] [src]

pub struct FT_ListRec {
    pub head: *mut FT_ListNodeRec,
    pub tail: *mut FT_ListNodeRec,
}

Fields

Trait Implementations

impl Clone for FT_ListRec

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_ListRec