Struct windows_sys::Win32::Devices::Tapi::LINEREQMEDIACALLW
[−]#[repr(C, packed(1))]pub struct LINEREQMEDIACALLW {
pub hWnd: HWND,
pub wRequestID: WPARAM,
pub szDeviceClass: [u16; 40],
pub ucDeviceID: [u8; 40],
pub dwSize: u32,
pub dwSecure: u32,
pub szDestAddress: [u16; 80],
pub szAppName: [u16; 40],
pub szCalledParty: [u16; 40],
pub szComment: [u16; 80],
}
Expand description
Required features: "Win32_Devices_Tapi"
, "Win32_Foundation"
Fields
hWnd: HWND
wRequestID: WPARAM
szDeviceClass: [u16; 40]
ucDeviceID: [u8; 40]
dwSize: u32
dwSecure: u32
szDestAddress: [u16; 80]
szAppName: [u16; 40]
szCalledParty: [u16; 40]
szComment: [u16; 80]
Trait Implementations
impl Clone for LINEREQMEDIACALLW
impl Clone for LINEREQMEDIACALLW
impl Copy for LINEREQMEDIACALLW
Auto Trait Implementations
impl RefUnwindSafe for LINEREQMEDIACALLW
impl Send for LINEREQMEDIACALLW
impl Sync for LINEREQMEDIACALLW
impl Unpin for LINEREQMEDIACALLW
impl UnwindSafe for LINEREQMEDIACALLW
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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