Union windows_sys::Win32::Graphics::DirectWrite::DWRITE_PANOSE
[−]#[repr(C)]
pub union DWRITE_PANOSE {
pub values: [u8; 10],
pub familyKind: u8,
pub text: DWRITE_PANOSE_3,
pub script: DWRITE_PANOSE_1,
pub decorative: DWRITE_PANOSE_0,
pub symbol: DWRITE_PANOSE_2,
}
Expand description
Required features: "Win32_Graphics_DirectWrite"
Fields
values: [u8; 10]
familyKind: u8
text: DWRITE_PANOSE_3
script: DWRITE_PANOSE_1
decorative: DWRITE_PANOSE_0
symbol: DWRITE_PANOSE_2
Trait Implementations
impl Clone for DWRITE_PANOSE
impl Clone for DWRITE_PANOSE
impl Copy for DWRITE_PANOSE
Auto Trait Implementations
impl RefUnwindSafe for DWRITE_PANOSE
impl Send for DWRITE_PANOSE
impl Sync for DWRITE_PANOSE
impl Unpin for DWRITE_PANOSE
impl UnwindSafe for DWRITE_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