Struct winapi::dwrite::DWRITE_GLYPH_RUN_DESCRIPTION
[−]
[src]
pub struct DWRITE_GLYPH_RUN_DESCRIPTION {
pub localeName: *const WCHAR,
pub string: *const WCHAR,
pub stringLength: UINT32,
pub clusterMap: *const UINT16,
pub textPosition: UINT32,
}Fields
localeName | |
string | |
stringLength | |
clusterMap | |
textPosition |
Trait Implementations
impl Copy for DWRITE_GLYPH_RUN_DESCRIPTION[src]
impl Clone for DWRITE_GLYPH_RUN_DESCRIPTION[src]
fn clone(&self) -> DWRITE_GLYPH_RUN_DESCRIPTION
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