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
sourceimpl Debug for FT_MemoryRec
impl Debug for FT_MemoryRec
sourceimpl Hash for FT_MemoryRec
impl Hash for FT_MemoryRec
sourceimpl PartialEq<FT_MemoryRec> for FT_MemoryRec
impl PartialEq<FT_MemoryRec> for FT_MemoryRec
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_MemoryRec) -> bool
fn ne(&self, other: &FT_MemoryRec) -> bool
This method tests for !=
.
impl Eq for FT_MemoryRec
impl StructuralEq for FT_MemoryRec
impl StructuralPartialEq for FT_MemoryRec
impl Sync for FT_MemoryRec
Auto Trait Implementations
impl RefUnwindSafe for FT_MemoryRec
impl !Send for FT_MemoryRec
impl Unpin for FT_MemoryRec
impl UnwindSafe for FT_MemoryRec
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more