#[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: NMHDR
chrg: CHARRANGE
seltyp: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE
Trait 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 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