Struct freetype_sys::TT_Postscript
source · #[repr(C)]pub struct TT_Postscript {
pub formatType: FT_Fixed,
pub italicAngle: FT_Fixed,
pub underlinePosition: FT_Short,
pub underlineThickness: FT_Short,
pub isFixedPitch: FT_ULong,
pub minMemType42: FT_ULong,
pub maxMemType42: FT_ULong,
pub minMemType1: FT_ULong,
pub maxMemType1: FT_ULong,
}
Fields§
§formatType: FT_Fixed
§italicAngle: FT_Fixed
§underlinePosition: FT_Short
§underlineThickness: FT_Short
§isFixedPitch: FT_ULong
§minMemType42: FT_ULong
§maxMemType42: FT_ULong
§minMemType1: FT_ULong
§maxMemType1: FT_ULong
Trait Implementations§
source§impl Clone for TT_Postscript
impl Clone for TT_Postscript
source§fn clone(&self) -> TT_Postscript
fn clone(&self) -> TT_Postscript
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 TT_Postscript
impl Debug for TT_Postscript
source§impl Hash for TT_Postscript
impl Hash for TT_Postscript
source§impl PartialEq for TT_Postscript
impl PartialEq for TT_Postscript
source§fn eq(&self, other: &TT_Postscript) -> bool
fn eq(&self, other: &TT_Postscript) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Copy for TT_Postscript
impl Eq for TT_Postscript
impl StructuralPartialEq for TT_Postscript
Auto Trait Implementations§
impl Freeze for TT_Postscript
impl RefUnwindSafe for TT_Postscript
impl Send for TT_Postscript
impl Sync for TT_Postscript
impl Unpin for TT_Postscript
impl UnwindSafe for TT_Postscript
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