#[repr(C)]pub struct PANOSE {
pub bFamilyType: u8,
pub bSerifStyle: u8,
pub bWeight: u8,
pub bProportion: u8,
pub bContrast: u8,
pub bStrokeVariation: u8,
pub bArmStyle: u8,
pub bLetterform: u8,
pub bMidline: u8,
pub bXHeight: u8,
}
Expand description
Required features: "Win32_Graphics_Gdi"
Fields
bFamilyType: u8
bSerifStyle: u8
bWeight: u8
bProportion: u8
bContrast: u8
bStrokeVariation: u8
bArmStyle: u8
bLetterform: u8
bMidline: u8
bXHeight: u8
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