Struct freetype_sys::FT_MemoryRec [−] [src]

pub struct FT_MemoryRec {
    pub user: *mut c_void,
    pub alloc: FT_Alloc_Func,
    pub free: FT_Free_Func,
    pub realloc: FT_Realloc_Func,
}

Fields

user
alloc
free
realloc

Trait Implementations

impl Sync for FT_MemoryRec