Struct TRANSMSG
#[repr(C)]pub struct TRANSMSG {
pub message: u32,
pub wParam: WPARAM,
pub lParam: LPARAM,
}
Fields§
§message: u32
§wParam: WPARAM
§lParam: LPARAM
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TRANSMSG
impl RefUnwindSafe for TRANSMSG
impl Send for TRANSMSG
impl Sync for TRANSMSG
impl Unpin for TRANSMSG
impl UnwindSafe for TRANSMSG
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