Struct freetype_sys::FT_SizeRec
source · #[repr(C)]pub struct FT_SizeRec {
pub face: FT_Face,
pub generic: FT_Generic,
pub metrics: FT_Size_Metrics,
pub internal: FT_Size_Internal,
}
Fields§
§face: FT_Face
§generic: FT_Generic
§metrics: FT_Size_Metrics
§internal: FT_Size_Internal
Trait Implementations§
source§impl Debug for FT_SizeRec
impl Debug for FT_SizeRec
source§impl Hash for FT_SizeRec
impl Hash for FT_SizeRec
source§impl PartialEq for FT_SizeRec
impl PartialEq for FT_SizeRec
source§fn eq(&self, other: &FT_SizeRec) -> bool
fn eq(&self, other: &FT_SizeRec) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for FT_SizeRec
impl StructuralPartialEq for FT_SizeRec
Auto Trait Implementations§
impl Freeze for FT_SizeRec
impl RefUnwindSafe for FT_SizeRec
impl !Send for FT_SizeRec
impl !Sync for FT_SizeRec
impl Unpin for FT_SizeRec
impl UnwindSafe for FT_SizeRec
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