#[repr(C, packed(4))]pub struct SELCHANGE {
pub nmhdr: NMHDR,
pub chrg: CHARRANGE,
pub seltyp: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE,
}
Fields§
§nmhdr: NMHDR
§chrg: CHARRANGE
§seltyp: RICH_EDIT_GET_CONTEXT_MENU_SEL_TYPE
Trait Implementations§
impl Copy for SELCHANGE
impl Eq for SELCHANGE
Auto Trait Implementations§
impl Freeze for SELCHANGE
impl RefUnwindSafe for SELCHANGE
impl Send for SELCHANGE
impl Sync for SELCHANGE
impl Unpin for SELCHANGE
impl UnwindSafe for SELCHANGE
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more