#[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_TYPETrait Implementations§
Source§impl Abi for ENCORRECTTEXT
impl Abi for ENCORRECTTEXT
Source§type Abi = ENCORRECTTEXT
type Abi = ENCORRECTTEXT
The abi representation of the implementing type. Read more
type DefaultType = ENCORRECTTEXT
Source§fn ok(value: &Self::DefaultType) -> Result<Self, Error>
fn ok(value: &Self::DefaultType) -> Result<Self, Error>
Converts from
Self::DefaultType to Result<T>.Source§fn set_abi(&mut self) -> *mut Self::Abi
fn set_abi(&mut self) -> *mut Self::Abi
Returns a pointer for setting the object’s value via an ABI call.
fn drop_param(_: &mut Param<'_, Self>)
Source§impl Clone for ENCORRECTTEXT
impl Clone for ENCORRECTTEXT
Source§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 moreSource§impl PartialEq for ENCORRECTTEXT
impl PartialEq for ENCORRECTTEXT
impl Copy for ENCORRECTTEXT
impl Eq 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