#[repr(C)]pub struct QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall {
pub id: guint8,
pub presentation_indicator: QmiVoicePresentation,
pub type_: *mut gchar,
}Expand description
A QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall struct.
id: a guint8.
presentation_indicator: a QmiVoicePresentation.
type: a string.
Since: 1.14
A QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall struct.
id: a guint8.
presentation_indicator: a QmiVoicePresentation.
type: a string.
Since: 1.14
Fields§
§id: guint8§presentation_indicator: QmiVoicePresentation§type_: *mut gcharAuto Trait Implementations§
impl !Send for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl !Sync for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl Freeze for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl RefUnwindSafe for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl Unpin for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl UnsafeUnpin for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
impl UnwindSafe for QmiIndicationVoiceAllCallStatusOutputRemotePartyNumberCall
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