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,
}
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§
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