Struct winapi::wingdi::GCP_RESULTSW
[−]
[src]
pub struct GCP_RESULTSW {
pub lStructSize: DWORD,
pub lpOutString: LPWSTR,
pub lpOrder: *const UINT,
pub lpDx: *const c_int,
pub lpCaretPos: *const c_int,
pub lpClass: LPSTR,
pub lpGlyphs: LPWSTR,
pub nGlyphs: UINT,
pub nMaxFit: c_int,
}Fields
lStructSize | |
lpOutString | |
lpOrder | |
lpDx | |
lpCaretPos | |
lpClass | |
lpGlyphs | |
nGlyphs | |
nMaxFit |
Trait Implementations
impl Copy for GCP_RESULTSW[src]
impl Clone for GCP_RESULTSW[src]
fn clone(&self) -> GCP_RESULTSW
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