Struct freetype::ffi::FT_CharMapRec [] [src]

pub struct FT_CharMapRec {
    pub face: *mut FT_FaceRec,
    pub encoding: u32,
    pub platform_id: u16,
    pub encoding_id: u16,
}

Fields

Trait Implementations

impl Clone for FT_CharMapRec

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for FT_CharMapRec