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