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],
}
Fields§
§szDestAddress: [u16; 80]
§szAppName: [u16; 40]
§szCalledParty: [u16; 40]
§szComment: [u16; 80]
Trait Implementations§
§impl Clone for LINEREQMAKECALLW
impl Clone for LINEREQMAKECALLW
§fn clone(&self) -> LINEREQMAKECALLW
fn clone(&self) -> LINEREQMAKECALLW
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for LINEREQMAKECALLW
Auto Trait Implementations§
impl Freeze for LINEREQMAKECALLW
impl RefUnwindSafe for LINEREQMAKECALLW
impl Send for LINEREQMAKECALLW
impl Sync for LINEREQMAKECALLW
impl Unpin for LINEREQMAKECALLW
impl UnwindSafe for LINEREQMAKECALLW
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)source§impl<T> CloneToUninit for Twhere
T: Copy,
impl<T> CloneToUninit for Twhere
T: Copy,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)