#[repr(C)]pub struct PANOSE {
pub bFamilyType: BYTE,
pub bSerifStyle: BYTE,
pub bWeight: BYTE,
pub bProportion: BYTE,
pub bContrast: BYTE,
pub bStrokeVariation: BYTE,
pub bArmStyle: BYTE,
pub bLetterform: BYTE,
pub bMidline: BYTE,
pub bXHeight: BYTE,
}
Fields
bFamilyType: BYTE
bSerifStyle: BYTE
bWeight: BYTE
bProportion: BYTE
bContrast: BYTE
bStrokeVariation: BYTE
bArmStyle: BYTE
bLetterform: BYTE
bMidline: BYTE
bXHeight: BYTE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PANOSE
impl Send for PANOSE
impl Sync for PANOSE
impl Unpin for PANOSE
impl UnwindSafe for PANOSE
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