Struct windows_sys::Win32::UI::Controls::RichEdit::IMECOMPTEXT
[−]#[repr(C)]pub struct IMECOMPTEXT {
pub cb: i32,
pub flags: IMECOMPTEXT_FLAGS,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
cb: i32
flags: IMECOMPTEXT_FLAGS
Trait Implementations
impl Clone for IMECOMPTEXT
impl Clone for IMECOMPTEXT
impl Copy for IMECOMPTEXT
Auto Trait Implementations
impl RefUnwindSafe for IMECOMPTEXT
impl Send for IMECOMPTEXT
impl Sync for IMECOMPTEXT
impl Unpin for IMECOMPTEXT
impl UnwindSafe for IMECOMPTEXT
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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