Struct freetype_sys::FT_Generic
source · #[repr(C)]pub struct FT_Generic {
pub data: *mut c_void,
pub finalizer: FT_Generic_Finalizer,
}Fields§
§data: *mut c_void§finalizer: FT_Generic_FinalizerTrait Implementations§
source§impl Debug for FT_Generic
impl Debug for FT_Generic
source§impl Hash for FT_Generic
impl Hash for FT_Generic
source§impl PartialEq<FT_Generic> for FT_Generic
impl PartialEq<FT_Generic> for FT_Generic
source§fn eq(&self, other: &FT_Generic) -> bool
fn eq(&self, other: &FT_Generic) -> bool
This method tests for
self and other values to be equal, and is used
by ==.