#[repr(C)]pub struct GCP_RESULTSW {
pub lStructSize: DWORD,
pub lpOutString: LPWSTR,
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: LPWSTR
lpOrder: *mut UINT
lpDx: *mut c_int
lpCaretPos: *mut c_int
lpClass: LPSTR
lpGlyphs: LPWSTR
nGlyphs: UINT
nMaxFit: c_int
Trait Implementations
sourceimpl Clone for GCP_RESULTSW
impl Clone for GCP_RESULTSW
sourcefn clone(&self) -> GCP_RESULTSW
fn clone(&self) -> GCP_RESULTSW
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_RESULTSW
Auto Trait Implementations
impl RefUnwindSafe for GCP_RESULTSW
impl !Send for GCP_RESULTSW
impl !Sync for GCP_RESULTSW
impl Unpin for GCP_RESULTSW
impl UnwindSafe for GCP_RESULTSW
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