Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_PANOSE_3
[−]#[repr(C)]pub struct DWRITE_PANOSE_3 {
pub familyKind: u8,
pub serifStyle: u8,
pub weight: u8,
pub proportion: u8,
pub contrast: u8,
pub strokeVariation: u8,
pub armStyle: u8,
pub letterform: u8,
pub midline: u8,
pub xHeight: u8,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
familyKind: u8
serifStyle: u8
weight: u8
proportion: u8
contrast: u8
strokeVariation: u8
armStyle: u8
letterform: u8
midline: u8
xHeight: u8
Trait Implementations
impl Clone for DWRITE_PANOSE_3
impl Clone for DWRITE_PANOSE_3
impl Copy for DWRITE_PANOSE_3
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_PANOSE_3
impl Send for DWRITE_PANOSE_3
impl Sync for DWRITE_PANOSE_3
impl Unpin for DWRITE_PANOSE_3
impl UnwindSafe for DWRITE_PANOSE_3
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