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
sourceimpl Clone for TT_Postscript
impl Clone for TT_Postscript
sourcefn clone(&self) -> TT_Postscript
fn clone(&self) -> TT_Postscript
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 TT_Postscript
impl Debug for TT_Postscript
sourceimpl Hash for TT_Postscript
impl Hash for TT_Postscript
sourceimpl PartialEq<TT_Postscript> for TT_Postscript
impl PartialEq<TT_Postscript> for TT_Postscript
sourcefn 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 ==
. Read more
sourcefn ne(&self, other: &TT_Postscript) -> bool
fn ne(&self, other: &TT_Postscript) -> bool
This method tests for !=
.
impl Copy for TT_Postscript
impl Eq for TT_Postscript
impl StructuralEq for TT_Postscript
impl StructuralPartialEq for TT_Postscript
Auto Trait Implementations
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
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