Struct windows_sys::Win32::UI::Controls::RichEdit::ENPROTECTED
[−]#[repr(C, packed(4))]pub struct ENPROTECTED {
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
impl Clone for ENPROTECTED
impl Clone for ENPROTECTED
impl Copy for ENPROTECTED
Auto Trait Implementations
impl RefUnwindSafe for ENPROTECTED
impl Send for ENPROTECTED
impl Sync for ENPROTECTED
impl Unpin for ENPROTECTED
impl UnwindSafe for ENPROTECTED
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more