Struct freetype_sys::FT_SfntName
source · #[repr(C)]pub struct FT_SfntName {
pub platform_id: FT_UShort,
pub encoding_id: FT_UShort,
pub language_id: FT_UShort,
pub name_id: FT_UShort,
pub string: *mut FT_Byte,
pub string_len: FT_UInt,
}
Fields§
§platform_id: FT_UShort
§encoding_id: FT_UShort
§language_id: FT_UShort
§name_id: FT_UShort
§string: *mut FT_Byte
§string_len: FT_UInt
Trait Implementations§
source§impl Clone for FT_SfntName
impl Clone for FT_SfntName
source§fn clone(&self) -> FT_SfntName
fn clone(&self) -> FT_SfntName
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_SfntName
impl Debug for FT_SfntName
source§impl Hash for FT_SfntName
impl Hash for FT_SfntName
source§impl PartialEq<FT_SfntName> for FT_SfntName
impl PartialEq<FT_SfntName> for FT_SfntName
source§fn eq(&self, other: &FT_SfntName) -> bool
fn eq(&self, other: &FT_SfntName) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.