#[repr(C, packed(4))]pub struct ENLINK {
pub nmhdr: NMHDR,
pub msg: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
pub chrg: CHARRANGE,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
msg: u32
wParam: WPARAM
lParam: LPARAM
chrg: CHARRANGE
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ENLINK
impl Send for ENLINK
impl Sync for ENLINK
impl Unpin for ENLINK
impl UnwindSafe for ENLINK
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more