Struct winapi::um::wingdi::GCP_RESULTSA
source · #[repr(C)]pub struct GCP_RESULTSA {
pub lStructSize: DWORD,
pub lpOutString: LPSTR,
pub lpOrder: *mut UINT,
pub lpDx: *mut c_int,
pub lpCaretPos: *mut c_int,
pub lpClass: LPSTR,
pub lpGlyphs: LPWSTR,
pub nGlyphs: UINT,
pub nMaxFit: c_int,
}
Fields§
§lStructSize: DWORD
§lpOutString: LPSTR
§lpOrder: *mut UINT
§lpDx: *mut c_int
§lpCaretPos: *mut c_int
§lpClass: LPSTR
§lpGlyphs: LPWSTR
§nGlyphs: UINT
§nMaxFit: c_int
Trait Implementations§
source§impl Clone for GCP_RESULTSA
impl Clone for GCP_RESULTSA
source§fn clone(&self) -> GCP_RESULTSA
fn clone(&self) -> GCP_RESULTSA
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for GCP_RESULTSA
impl Default for GCP_RESULTSA
source§fn default() -> GCP_RESULTSA
fn default() -> GCP_RESULTSA
Returns the “default value” for a type. Read more