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