Expand description
Required features: "Win32_UI_Input_Ime"
, "Win32_Foundation"
Fields
message: u32
wParam: WPARAM
lParam: LPARAM
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for TRANSMSG
impl Send for TRANSMSG
impl Sync for TRANSMSG
impl Unpin for TRANSMSG
impl UnwindSafe for TRANSMSG
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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