Struct ENCORRECTTEXT
#[repr(C, packed(4))]pub struct ENCORRECTTEXT {
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 Clone for ENCORRECTTEXT
impl Clone for ENCORRECTTEXT
§fn clone(&self) -> ENCORRECTTEXT
fn clone(&self) -> ENCORRECTTEXT
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more§impl Default for ENCORRECTTEXT
impl Default for ENCORRECTTEXT
impl Copy for ENCORRECTTEXT
Auto Trait Implementations§
impl Freeze for ENCORRECTTEXT
impl RefUnwindSafe for ENCORRECTTEXT
impl !Send for ENCORRECTTEXT
impl !Sync for ENCORRECTTEXT
impl Unpin for ENCORRECTTEXT
impl UnwindSafe for ENCORRECTTEXT
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