Struct freetype_sys::FT_CharMapRec
source · #[repr(C)]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§
source§impl Clone for FT_CharMapRec
impl Clone for FT_CharMapRec
source§fn clone(&self) -> FT_CharMapRec
fn clone(&self) -> FT_CharMapRec
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FT_CharMapRec
impl Debug for FT_CharMapRec
source§impl Hash for FT_CharMapRec
impl Hash for FT_CharMapRec
source§impl PartialEq<FT_CharMapRec> for FT_CharMapRec
impl PartialEq<FT_CharMapRec> for FT_CharMapRec
source§fn eq(&self, other: &FT_CharMapRec) -> bool
fn eq(&self, other: &FT_CharMapRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.