Struct windows_sys::Win32::UI::Input::Ime::COMPOSITIONFORM
[−]#[repr(C)]pub struct COMPOSITIONFORM {
pub dwStyle: u32,
pub ptCurrentPos: POINT,
pub rcArea: RECT,
}
Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
dwStyle: u32
ptCurrentPos: POINT
rcArea: RECT
Trait Implementations
impl Clone for COMPOSITIONFORM
impl Clone for COMPOSITIONFORM
impl Copy for COMPOSITIONFORM
Auto Trait Implementations
impl RefUnwindSafe for COMPOSITIONFORM
impl Send for COMPOSITIONFORM
impl Sync for COMPOSITIONFORM
impl Unpin for COMPOSITIONFORM
impl UnwindSafe for COMPOSITIONFORM
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