Struct windows_sys::Win32::UI::Controls::RichEdit::CHANGENOTIFY
[−]#[repr(C)]pub struct CHANGENOTIFY {
pub dwChangeType: CHANGETYPE,
pub pvCookieData: *mut c_void,
}
Expand description
Required features: "Win32_UI_Controls_RichEdit"
Fields
dwChangeType: CHANGETYPE
pvCookieData: *mut c_void
Trait Implementations
impl Clone for CHANGENOTIFY
impl Clone for CHANGENOTIFY
impl Copy for CHANGENOTIFY
Auto Trait Implementations
impl RefUnwindSafe for CHANGENOTIFY
impl !Send for CHANGENOTIFY
impl !Sync for CHANGENOTIFY
impl Unpin for CHANGENOTIFY
impl UnwindSafe for CHANGENOTIFY
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