Struct winapi::usp10::SCRIPT_FONTPROPERTIES [] [src]

pub struct SCRIPT_FONTPROPERTIES {
    pub cBytes: c_int,
    pub wgBlank: WORD,
    pub wgDefault: WORD,
    pub wgInvalid: WORD,
    pub wgKashida: WORD,
    pub iKashidaWidth: c_int,
}

Fields

cBytes: c_int wgBlank: WORD wgDefault: WORD wgInvalid: WORD wgKashida: WORD iKashidaWidth: c_int

Trait Implementations

impl Debug for SCRIPT_FONTPROPERTIES
[src]

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

Formats the value using the given formatter.

impl Copy for SCRIPT_FONTPROPERTIES
[src]

impl Clone for SCRIPT_FONTPROPERTIES
[src]

fn clone(&self) -> SCRIPT_FONTPROPERTIES

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