#[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§
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)