Struct windows_sys::Win32::UI::Controls::RichEdit::_grouptypingchange
[−]Expand description
Required features: "Win32_UI_Controls_RichEdit"
, "Win32_Foundation"
Fields
nmhdr: NMHDR
fGroupTyping: BOOL
Trait Implementations
impl Clone for _grouptypingchange
impl Clone for _grouptypingchange
impl Copy for _grouptypingchange
Auto Trait Implementations
impl RefUnwindSafe for _grouptypingchange
impl Send for _grouptypingchange
impl Sync for _grouptypingchange
impl Unpin for _grouptypingchange
impl UnwindSafe for _grouptypingchange
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