Struct windows_sys::Win32::Data::HtmlHelp::HHN_NOTIFY
[−]Expand description
Required features: "Win32_Data_HtmlHelp"
, "Win32_Foundation"
, "Win32_UI_Controls"
Fields
hdr: NMHDR
pszUrl: PCSTR
Trait Implementations
impl Clone for HHN_NOTIFY
impl Clone for HHN_NOTIFY
impl Copy for HHN_NOTIFY
Auto Trait Implementations
impl RefUnwindSafe for HHN_NOTIFY
impl !Send for HHN_NOTIFY
impl !Sync for HHN_NOTIFY
impl Unpin for HHN_NOTIFY
impl UnwindSafe for HHN_NOTIFY
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