#[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_UShortTrait Implementations§
Source§impl Clone for FT_CharMapRec_
impl Clone for FT_CharMapRec_
Source§impl Debug for FT_CharMapRec_
impl Debug for FT_CharMapRec_
impl Copy for FT_CharMapRec_
Auto Trait Implementations§
impl Freeze for FT_CharMapRec_
impl RefUnwindSafe for FT_CharMapRec_
impl !Send for FT_CharMapRec_
impl !Sync for FT_CharMapRec_
impl Unpin for FT_CharMapRec_
impl UnwindSafe for FT_CharMapRec_
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