Struct winapi::dwrite::DWRITE_TYPOGRAPHIC_FEATURES [] [src]

pub struct DWRITE_TYPOGRAPHIC_FEATURES {
    pub features: *mut DWRITE_FONT_FEATURE,
    pub featureCount: UINT32,
}

Fields

features: *mut DWRITE_FONT_FEATURE featureCount: UINT32

Trait Implementations

impl Debug for DWRITE_TYPOGRAPHIC_FEATURES
[src]

fn fmt(&self, __arg_0: &mut Formatter) -> Result

Formats the value using the given formatter.

impl Copy for DWRITE_TYPOGRAPHIC_FEATURES
[src]

impl Clone for DWRITE_TYPOGRAPHIC_FEATURES
[src]

fn clone(&self) -> DWRITE_TYPOGRAPHIC_FEATURES

Returns a copy of the value. Read more

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

Performs copy-assignment from source. Read more