Struct winapi::usp10::OPENTYPE_FEATURE_RECORD [] [src]

pub struct OPENTYPE_FEATURE_RECORD {
    pub tagFeature: OPENTYPE_TAG,
    pub lParameter: LONG,
}

Fields

tagFeature: OPENTYPE_TAG lParameter: LONG

Trait Implementations

impl Debug for OPENTYPE_FEATURE_RECORD
[src]

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

Formats the value using the given formatter.

impl Copy for OPENTYPE_FEATURE_RECORD
[src]

impl Clone for OPENTYPE_FEATURE_RECORD
[src]

fn clone(&self) -> OPENTYPE_FEATURE_RECORD

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