#[repr(C, packed(4))]pub struct SELCHANGE {
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: NMHDRchrg: CHARRANGEseltyp: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPETrait Implementations
Auto Trait Implementations
impl RefUnwindSafe for SELCHANGE
impl Send for SELCHANGE
impl Sync for SELCHANGE
impl Unpin for SELCHANGE
impl UnwindSafe for SELCHANGE
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