Struct freetype_sys::FT_SizeRec
source · #[repr(C)]pub struct FT_SizeRec {
pub face: FT_Face,
pub generic: FT_Generic,
pub metrics: FT_Size_Metrics,
pub internal: FT_Size_Internal,
}
Fields§
§face: FT_Face
§generic: FT_Generic
§metrics: FT_Size_Metrics
§internal: FT_Size_Internal
Trait Implementations§
source§impl Debug for FT_SizeRec
impl Debug for FT_SizeRec
source§impl Hash for FT_SizeRec
impl Hash for FT_SizeRec
source§impl PartialEq<FT_SizeRec> for FT_SizeRec
impl PartialEq<FT_SizeRec> for FT_SizeRec
source§fn eq(&self, other: &FT_SizeRec) -> bool
fn eq(&self, other: &FT_SizeRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.