#[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: RECTTrait Implementations§
Source§impl Clone for tagIMECHARPOSITION
impl Clone for tagIMECHARPOSITION
Source§fn clone(&self) -> tagIMECHARPOSITION
fn clone(&self) -> tagIMECHARPOSITION
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 tagIMECHARPOSITION
impl Debug for tagIMECHARPOSITION
impl Copy 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