Struct windows_sys::Win32::UI::Controls::RichEdit::ENCORRECTTEXT
[−]#[repr(C, packed(4))]pub struct ENCORRECTTEXT {
pub nmhdr: NMHDR,
pub chrg: CHARRANGE,
pub seltyp: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
chrg: CHARRANGE
seltyp: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE
Trait Implementations
impl Clone for ENCORRECTTEXT
impl Clone for ENCORRECTTEXT
impl Copy for ENCORRECTTEXT
Auto Trait Implementations
impl RefUnwindSafe for ENCORRECTTEXT
impl Send for ENCORRECTTEXT
impl Sync for ENCORRECTTEXT
impl Unpin for ENCORRECTTEXT
impl UnwindSafe for ENCORRECTTEXT
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