[][src]Struct winapi::um::dwrite_1::DWRITE_PANOSE

#[repr(C)]
pub struct DWRITE_PANOSE(_);

Methods

impl DWRITE_PANOSE[src]

pub unsafe fn values(&self) -> &[UINT8; 10][src]

pub unsafe fn values_mut(&mut self) -> &mut [UINT8; 10][src]

pub unsafe fn familyKind(&self) -> &UINT8[src]

pub unsafe fn familyKind_mut(&mut self) -> &mut UINT8[src]

pub unsafe fn text(&self) -> &DWRITE_PANOSE_text[src]

pub unsafe fn text_mut(&mut self) -> &mut DWRITE_PANOSE_text[src]

pub unsafe fn script(&self) -> &DWRITE_PANOSE_script[src]

pub unsafe fn script_mut(&mut self) -> &mut DWRITE_PANOSE_script[src]

pub unsafe fn decorative(&self) -> &DWRITE_PANOSE_decorative[src]

pub unsafe fn decorative_mut(&mut self) -> &mut DWRITE_PANOSE_decorative[src]

pub unsafe fn symbol(&self) -> &DWRITE_PANOSE_symbol[src]

pub unsafe fn symbol_mut(&mut self) -> &mut DWRITE_PANOSE_symbol[src]

Trait Implementations

impl Copy for DWRITE_PANOSE[src]

impl Clone for DWRITE_PANOSE[src]

fn clone_from(&mut self, source: &Self)1.0.0[src]

Performs copy-assignment from source. Read more

impl Default for DWRITE_PANOSE[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]