Struct winapi::wingdi::GCP_RESULTSA
[−]
[src]
pub struct GCP_RESULTSA { pub lStructSize: DWORD, pub lpOutString: LPSTR, 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_RESULTSA
[src]
impl Clone for GCP_RESULTSA
[src]
fn clone(&self) -> GCP_RESULTSA
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