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: u32dwMessageID: u32dwCallbackInstance: usizedwParam1: usizedwParam2: usizedwParam3: usizeTrait 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 · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more