#[repr(C)]pub struct NMKEY {
pub hdr: NMHDR,
pub nVKey: u32,
pub uFlags: u32,
}
Fields§
§hdr: NMHDR
§nVKey: u32
§uFlags: u32
Trait Implementations§
impl Copy for NMKEY
impl Eq for NMKEY
Auto Trait Implementations§
impl Freeze for NMKEY
impl RefUnwindSafe for NMKEY
impl Send for NMKEY
impl Sync for NMKEY
impl Unpin for NMKEY
impl UnwindSafe for NMKEY
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