Struct windows_sys::Win32::UI::Controls::NMTVKEYDOWN
[−]Expand description
Required features: "Win32_UI_Controls"
, "Win32_Foundation"
Fields
hdr: NMHDR
wVKey: u16
flags: u32
Trait Implementations
impl Clone for NMTVKEYDOWN
impl Clone for NMTVKEYDOWN
impl Copy for NMTVKEYDOWN
Auto Trait Implementations
impl RefUnwindSafe for NMTVKEYDOWN
impl Send for NMTVKEYDOWN
impl Sync for NMTVKEYDOWN
impl Unpin for NMTVKEYDOWN
impl UnwindSafe for NMTVKEYDOWN
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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