Struct windows_sys::Win32::Graphics::DirectWrite::DWRITE_PANOSE_1
[−]#[repr(C)]pub struct DWRITE_PANOSE_1 {
pub familyKind: u8,
pub toolKind: u8,
pub weight: u8,
pub spacing: u8,
pub aspectRatio: u8,
pub contrast: u8,
pub scriptTopology: u8,
pub scriptForm: u8,
pub finials: u8,
pub xAscent: u8,
}
Expand description
Required features: ‘Win32_Graphics_DirectWrite’
Fields
familyKind: u8
toolKind: u8
weight: u8
spacing: u8
aspectRatio: u8
contrast: u8
scriptTopology: u8
scriptForm: u8
finials: u8
xAscent: u8
Trait Implementations
impl Clone for DWRITE_PANOSE_1
impl Clone for DWRITE_PANOSE_1
impl Copy for DWRITE_PANOSE_1
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_PANOSE_1
impl Send for DWRITE_PANOSE_1
impl Sync for DWRITE_PANOSE_1
impl Unpin for DWRITE_PANOSE_1
impl UnwindSafe for DWRITE_PANOSE_1
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more