#[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: u8bSerifStyle: u8bWeight: u8bProportion: u8bContrast: u8bStrokeVariation: u8bArmStyle: u8bLetterform: u8bMidline: u8bXHeight: u8Trait 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