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: u8decorativeClass: u8weight: u8aspect: u8contrast: u8serifVariant: u8fill: u8lining: u8decorativeTopology: u8characterRange: u8Trait 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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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