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 for FT_CharMapRec
impl PartialEq 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 ==
.impl Copy for FT_CharMapRec
impl Eq for FT_CharMapRec
impl StructuralPartialEq 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