Struct NMTVKEYDOWN
#[repr(C, packed(1))]pub struct NMTVKEYDOWN {
pub hdr: NMHDR,
pub wVKey: u16,
pub flags: u32,
}
Fields§
§hdr: NMHDR
§wVKey: u16
§flags: u32
Trait Implementations§
§impl Clone for NMTVKEYDOWN
impl Clone for NMTVKEYDOWN
§fn clone(&self) -> NMTVKEYDOWN
fn clone(&self) -> NMTVKEYDOWN
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for NMTVKEYDOWN
Auto Trait Implementations§
impl Freeze for NMTVKEYDOWN
impl RefUnwindSafe for NMTVKEYDOWN
impl !Send for NMTVKEYDOWN
impl !Sync for NMTVKEYDOWN
impl Unpin for NMTVKEYDOWN
impl UnwindSafe for NMTVKEYDOWN
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