#[repr(C)]pub struct tagIMECHARPOSITION {
pub dwSize: DWORD,
pub dwCharPos: DWORD,
pub pt: POINT,
pub cLineHeight: UINT,
pub rcDocument: RECT,
}
Fields§
§dwSize: DWORD
§dwCharPos: DWORD
§pt: POINT
§cLineHeight: UINT
§rcDocument: RECT
Trait Implementations§
Source§impl Clone for tagIMECHARPOSITION
impl Clone for tagIMECHARPOSITION
Source§fn clone(&self) -> tagIMECHARPOSITION
fn clone(&self) -> tagIMECHARPOSITION
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 tagIMECHARPOSITION
impl Debug for tagIMECHARPOSITION
Source§impl Ord for tagIMECHARPOSITION
impl Ord for tagIMECHARPOSITION
Source§fn cmp(&self, other: &tagIMECHARPOSITION) -> Ordering
fn cmp(&self, other: &tagIMECHARPOSITION) -> 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 tagIMECHARPOSITION
impl PartialEq for tagIMECHARPOSITION
Source§impl PartialOrd for tagIMECHARPOSITION
impl PartialOrd for tagIMECHARPOSITION
impl Copy for tagIMECHARPOSITION
impl Eq for tagIMECHARPOSITION
impl StructuralPartialEq for tagIMECHARPOSITION
Auto Trait Implementations§
impl Freeze for tagIMECHARPOSITION
impl RefUnwindSafe for tagIMECHARPOSITION
impl Send for tagIMECHARPOSITION
impl Sync for tagIMECHARPOSITION
impl Unpin for tagIMECHARPOSITION
impl UnwindSafe for tagIMECHARPOSITION
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