#[repr(C)]pub struct tagGCP_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_intTrait Implementations§
Source§impl Clone for tagGCP_RESULTSA
impl Clone for tagGCP_RESULTSA
Source§fn clone(&self) -> tagGCP_RESULTSA
fn clone(&self) -> tagGCP_RESULTSA
Returns a duplicate 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_RESULTSA
impl Debug for tagGCP_RESULTSA
impl Copy for tagGCP_RESULTSA
Auto Trait Implementations§
impl Freeze for tagGCP_RESULTSA
impl RefUnwindSafe for tagGCP_RESULTSA
impl !Send for tagGCP_RESULTSA
impl !Sync for tagGCP_RESULTSA
impl Unpin for tagGCP_RESULTSA
impl UnwindSafe for tagGCP_RESULTSA
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