#[repr(C)]pub struct tagGCP_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§
Source§impl Clone for tagGCP_RESULTSW
impl Clone for tagGCP_RESULTSW
Source§fn clone(&self) -> tagGCP_RESULTSW
fn clone(&self) -> tagGCP_RESULTSW
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 Debug for tagGCP_RESULTSW
impl Debug for tagGCP_RESULTSW
Source§impl Ord for tagGCP_RESULTSW
impl Ord for tagGCP_RESULTSW
Source§fn cmp(&self, other: &tagGCP_RESULTSW) -> Ordering
fn cmp(&self, other: &tagGCP_RESULTSW) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for tagGCP_RESULTSW
impl PartialEq for tagGCP_RESULTSW
Source§impl PartialOrd for tagGCP_RESULTSW
impl PartialOrd for tagGCP_RESULTSW
impl Copy for tagGCP_RESULTSW
impl Eq for tagGCP_RESULTSW
impl StructuralPartialEq for tagGCP_RESULTSW
Auto Trait Implementations§
impl Freeze for tagGCP_RESULTSW
impl RefUnwindSafe for tagGCP_RESULTSW
impl !Send for tagGCP_RESULTSW
impl !Sync for tagGCP_RESULTSW
impl Unpin for tagGCP_RESULTSW
impl UnwindSafe for tagGCP_RESULTSW
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more