Struct windows_sys::Win32::UI::Controls::NMLINK
#[repr(C)]pub struct NMLINK {
pub hdr: NMHDR,
pub item: LITEM,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§hdr: NMHDR
§item: LITEM
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for NMLINK
impl Send for NMLINK
impl Sync for NMLINK
impl Unpin for NMLINK
impl UnwindSafe for NMLINK
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