Struct windows_sys::Win32::UI::Controls::NMLVKEYDOWN
[−]Expand description
Required features: "Win32_UI_Controls"
, "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
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