#[repr(C)]pub struct QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall {
pub id: guint8,
pub presentation_indicator: QmiVoicePresentation,
pub type_: *mut gchar,
}Expand description
A QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall struct.
id: a guint8.
presentation_indicator: a QmiVoicePresentation.
type: a string.
Since: 1.30.2
A QmiMessageVoiceGetAllCallInfoOutputRemotePartyNumberCall struct.
id: a guint8.
presentation_indicator: a QmiVoicePresentation.
type: a string.
Since: 1.30.2
Fields§
§id: guint8§presentation_indicator: QmiVoicePresentation§type_: *mut gcharAuto 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