Type Alias freetype::freetype::FT_CharMapRec

source ·
pub type FT_CharMapRec = FT_CharMapRec_;

Aliased Type§

struct FT_CharMapRec {
    pub face: *mut FT_FaceRec_,
    pub encoding: FT_Encoding_,
    pub platform_id: u16,
    pub encoding_id: u16,
}

Fields§

§face: *mut FT_FaceRec_§encoding: FT_Encoding_§platform_id: u16§encoding_id: u16

Trait Implementations§

source§

impl Clone for FT_CharMapRec_

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_CharMapRec_

source§

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

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

impl Copy for FT_CharMapRec_