Struct freetype_sys::FT_CharMapRec
[−]
[src]
pub struct FT_CharMapRec {
pub face: FT_Face,
pub encoding: FT_Encoding,
pub platform_id: FT_UShort,
pub encoding_id: FT_UShort,
}Fields
face: FT_Face
encoding: FT_Encoding
platform_id: FT_UShort
encoding_id: FT_UShort
Trait Implementations
impl Clone for FT_CharMapRec[src]
fn clone(&self) -> FT_CharMapRec
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more