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
sourceimpl Clone for FT_CharMapRec
impl Clone for FT_CharMapRec
sourcefn clone(&self) -> FT_CharMapRec
fn clone(&self) -> FT_CharMapRec
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for FT_CharMapRec
impl Debug for FT_CharMapRec
sourceimpl Hash for FT_CharMapRec
impl Hash for FT_CharMapRec
sourceimpl PartialEq<FT_CharMapRec> for FT_CharMapRec
impl PartialEq<FT_CharMapRec> for FT_CharMapRec
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &FT_CharMapRec) -> bool
fn ne(&self, other: &FT_CharMapRec) -> bool
This method tests for !=
.
impl Copy for FT_CharMapRec
impl Eq for FT_CharMapRec
impl StructuralEq for FT_CharMapRec
impl StructuralPartialEq for FT_CharMapRec
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more