Struct windows_sys::Win32::UI::Controls::RichEdit::ENDCOMPOSITIONNOTIFY
[−]#[repr(C, packed(4))]pub struct ENDCOMPOSITIONNOTIFY {
pub nmhdr: NMHDR,
pub dwCode: ENDCOMPOSITIONNOTIFY_CODE,
}
Expand description
Required features: ‘Win32_UI_Controls_RichEdit’, ‘Win32_Foundation’
Fields
nmhdr: NMHDR
dwCode: ENDCOMPOSITIONNOTIFY_CODE
Trait Implementations
impl Clone for ENDCOMPOSITIONNOTIFY
impl Clone for ENDCOMPOSITIONNOTIFY
impl Copy for ENDCOMPOSITIONNOTIFY
Auto Trait Implementations
impl RefUnwindSafe for ENDCOMPOSITIONNOTIFY
impl Send for ENDCOMPOSITIONNOTIFY
impl Sync for ENDCOMPOSITIONNOTIFY
impl Unpin for ENDCOMPOSITIONNOTIFY
impl UnwindSafe for ENDCOMPOSITIONNOTIFY
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more