#[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: DWORDlpOutString: LPSTRlpOrder: *mut UINTlpDx: *mut c_intlpCaretPos: *mut c_intlpClass: LPSTRlpGlyphs: LPWSTRnGlyphs: UINTnMaxFit: c_intTrait Implementations
sourceimpl Clone for GCP_RESULTSA
 
impl Clone for GCP_RESULTSA
sourcefn clone(&self) -> GCP_RESULTSA
 
fn clone(&self) -> GCP_RESULTSA
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
impl Copy for GCP_RESULTSA
Auto Trait Implementations
impl RefUnwindSafe for GCP_RESULTSA
impl !Send for GCP_RESULTSA
impl !Sync for GCP_RESULTSA
impl Unpin for GCP_RESULTSA
impl UnwindSafe for GCP_RESULTSA
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
    T: ?Sized, 
 
impl<T> BorrowMut<T> for T where
    T: ?Sized, 
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more