Struct windows_sys::Win32::UI::Controls::NMTCKEYDOWN
#[repr(C, packed(1))]pub struct NMTCKEYDOWN {
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 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§
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