Struct windows_sys::Win32::Devices::Tapi::LINEREQMAKECALLW
[−]#[repr(C, packed(1))]pub struct LINEREQMAKECALLW {
pub szDestAddress: [u16; 80],
pub szAppName: [u16; 40],
pub szCalledParty: [u16; 40],
pub szComment: [u16; 80],
}
Expand description
Required features: "Win32_Devices_Tapi"
Fields
szDestAddress: [u16; 80]
szAppName: [u16; 40]
szCalledParty: [u16; 40]
szComment: [u16; 80]
Trait Implementations
impl Clone for LINEREQMAKECALLW
impl Clone for LINEREQMAKECALLW
impl Copy for LINEREQMAKECALLW
Auto Trait Implementations
impl RefUnwindSafe for LINEREQMAKECALLW
impl Send for LINEREQMAKECALLW
impl Sync for LINEREQMAKECALLW
impl Unpin for LINEREQMAKECALLW
impl UnwindSafe for LINEREQMAKECALLW
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