Struct freetype::freetype::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§
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