Struct windows_sys::Win32::Devices::Tapi::LINEMESSAGE
[−]#[repr(C, packed(1))]pub struct LINEMESSAGE {
pub hDevice: u32,
pub dwMessageID: u32,
pub dwCallbackInstance: usize,
pub dwParam1: usize,
pub dwParam2: usize,
pub dwParam3: usize,
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
hDevice: u32
dwMessageID: u32
dwCallbackInstance: usize
dwParam1: usize
dwParam2: usize
dwParam3: usize
Trait Implementations
impl Clone for LINEMESSAGE
impl Clone for LINEMESSAGE
impl Copy for LINEMESSAGE
Auto Trait Implementations
impl RefUnwindSafe for LINEMESSAGE
impl Send for LINEMESSAGE
impl Sync for LINEMESSAGE
impl Unpin for LINEMESSAGE
impl UnwindSafe for LINEMESSAGE
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