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: DWORD lpOutString: LPWSTR lpOrder: *const UINT lpDx: *const c_int lpCaretPos: *const c_int lpClass: LPSTR lpGlyphs: LPWSTR nGlyphs: UINT nMaxFit: c_int

Trait Implementations

impl Debug for GCP_RESULTSW
[src]

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

Formats the value using the given formatter.

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