#[repr(C)]pub struct QmiIndicationVoiceAllCallStatusOutputCallInformationCall {
pub id: guint8,
pub state: QmiVoiceCallState,
pub type_: QmiVoiceCallType,
pub direction: QmiVoiceCallDirection,
pub mode: QmiVoiceCallMode,
pub multipart_indicator: gboolean,
pub als: QmiVoiceAls,
}Expand description
A QmiIndicationVoiceAllCallStatusOutputCallInformationCall struct.
id: a guint8.
state: a QmiVoiceCallState.
type: a QmiVoiceCallType.
direction: a QmiVoiceCallDirection.
mode: a QmiVoiceCallMode.
multipart_indicator: a gboolean.
als: a QmiVoiceAls.
Since: 1.14
A QmiIndicationVoiceAllCallStatusOutputCallInformationCall struct.
id: a guint8.
state: a QmiVoiceCallState.
type: a QmiVoiceCallType.
direction: a QmiVoiceCallDirection.
mode: a QmiVoiceCallMode.
multipart_indicator: a gboolean.
als: a QmiVoiceAls.
Since: 1.14
Fields§
§id: guint8§state: QmiVoiceCallState§type_: QmiVoiceCallType§direction: QmiVoiceCallDirection§mode: QmiVoiceCallMode§multipart_indicator: gboolean§als: QmiVoiceAlsAuto Trait Implementations§
impl Freeze for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl RefUnwindSafe for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl Send for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl Sync for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl Unpin for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl UnsafeUnpin for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl UnwindSafe for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
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