Type Alias freetype::freetype::FT_SizeRec

source ·
pub type FT_SizeRec = FT_SizeRec_;

Aliased Type§

struct FT_SizeRec {
    pub face: *mut FT_FaceRec_,
    pub generic: FT_Generic_,
    pub metrics: FT_Size_Metrics_,
    pub internal: *mut FT_Size_InternalRec_,
}

Fields§

§face: *mut FT_FaceRec_§generic: FT_Generic_§metrics: FT_Size_Metrics_§internal: *mut FT_Size_InternalRec_

Trait Implementations§

source§

impl Clone for FT_SizeRec_

source§

fn clone(&self) -> Self

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
source§

impl Debug for FT_SizeRec_

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl Copy for FT_SizeRec_