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