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 | |
wgBlank | |
wgDefault | |
wgInvalid | |
wgKashida | |
iKashidaWidth |
Trait Implementations
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