Struct windows_sys::Win32::UI::Controls::RichEdit::ENLOWFIRTF
[−]Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
szControl: PSTR
Trait Implementations
impl Clone for ENLOWFIRTF
impl Clone for ENLOWFIRTF
impl Copy for ENLOWFIRTF
Auto Trait Implementations
impl RefUnwindSafe for ENLOWFIRTF
impl !Send for ENLOWFIRTF
impl !Sync for ENLOWFIRTF
impl Unpin for ENLOWFIRTF
impl UnwindSafe for ENLOWFIRTF
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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