Struct windows_sys::Win32::Data::HtmlHelp::HHN_NOTIFY
#[repr(C)]pub struct HHN_NOTIFY {
pub hdr: NMHDR,
pub pszUrl: PCSTR,
}
Expand description
Required features: "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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more