Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_PANOSE_0
[−]#[repr(C)]pub struct DWRITE_PANOSE_0 {
pub familyKind: u8,
pub decorativeClass: u8,
pub weight: u8,
pub aspect: u8,
pub contrast: u8,
pub serifVariant: u8,
pub fill: u8,
pub lining: u8,
pub decorativeTopology: u8,
pub characterRange: u8,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
familyKind: u8
decorativeClass: u8
weight: u8
aspect: u8
contrast: u8
serifVariant: u8
fill: u8
lining: u8
decorativeTopology: u8
characterRange: u8
Trait Implementations
impl Clone for DWRITE_PANOSE_0
impl Clone for DWRITE_PANOSE_0
impl Copy for DWRITE_PANOSE_0
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_PANOSE_0
impl Send for DWRITE_PANOSE_0
impl Sync for DWRITE_PANOSE_0
impl Unpin for DWRITE_PANOSE_0
impl UnwindSafe for DWRITE_PANOSE_0
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