Struct 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