#[repr(C)]pub struct QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall {
pub id: u8,
pub presentation_indicator: QmiVoicePresentation,
pub type_: *mut c_char,
}Fields§
§id: u8§presentation_indicator: QmiVoicePresentation§type_: *mut c_charTrait Implementations§
Source§impl Clone for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl Clone for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
Source§fn clone(&self) -> QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
fn clone(&self) -> QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
Auto Trait Implementations§
impl !Send for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl !Sync for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl Freeze for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl RefUnwindSafe for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl Unpin for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl UnsafeUnpin for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
impl UnwindSafe for QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall
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