#[repr(C)]pub struct FT_SfntName {
pub platform_id: c_ushort,
pub encoding_id: c_ushort,
pub language_id: c_ushort,
pub name_id: c_ushort,
pub string: *mut c_uchar,
pub string_len: c_uint,
}
Fields§
§platform_id: c_ushort
§encoding_id: c_ushort
§language_id: c_ushort
§name_id: c_ushort
§string: *mut c_uchar
NOT null-terminated!
string_len: c_uint
Trait Implementations§
Source§impl Debug for FT_SfntName
impl Debug for FT_SfntName
Auto Trait Implementations§
impl Freeze for FT_SfntName
impl RefUnwindSafe for FT_SfntName
impl !Send for FT_SfntName
impl !Sync for FT_SfntName
impl Unpin for FT_SfntName
impl UnwindSafe for FT_SfntName
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more