Struct windows_sys::Win32::UI::Controls::NMLVKEYDOWN
#[repr(C, packed(1))]pub struct NMLVKEYDOWN {
pub hdr: NMHDR,
pub wVKey: u16,
pub flags: u32,
}
Expand description
Required features: "Win32_Foundation"
Fields§
§hdr: NMHDR
§wVKey: u16
§flags: u32
Trait Implementations§
§impl Clone for NMLVKEYDOWN
impl Clone for NMLVKEYDOWN
impl Copy for NMLVKEYDOWN
Auto Trait Implementations§
impl RefUnwindSafe for NMLVKEYDOWN
impl Send for NMLVKEYDOWN
impl Sync for NMLVKEYDOWN
impl Unpin for NMLVKEYDOWN
impl UnwindSafe for NMLVKEYDOWN
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