Struct freetype_sys::FT_MemoryRec
source · #[repr(C)]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: *mut c_void
§alloc: FT_Alloc_Func
§free: FT_Free_Func
§realloc: FT_Realloc_Func
Trait Implementations§
source§impl Debug for FT_MemoryRec
impl Debug for FT_MemoryRec
source§impl Hash for FT_MemoryRec
impl Hash for FT_MemoryRec
source§impl PartialEq<FT_MemoryRec> for FT_MemoryRec
impl PartialEq<FT_MemoryRec> for FT_MemoryRec
source§fn eq(&self, other: &FT_MemoryRec) -> bool
fn eq(&self, other: &FT_MemoryRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.