#[repr(C)]pub struct QmiMessageVoiceGetAllCallInfoOutputCallInformationCall {
pub id: u8,
pub state: QmiVoiceCallState,
pub type_: QmiVoiceCallType,
pub direction: QmiVoiceCallDirection,
pub mode: QmiVoiceCallMode,
pub multipart_indicator: gboolean,
pub als: QmiVoiceAls,
}Fields§
§id: u8§state: QmiVoiceCallState§type_: QmiVoiceCallType§direction: QmiVoiceCallDirection§mode: QmiVoiceCallMode§multipart_indicator: gboolean§als: QmiVoiceAlsTrait Implementations§
Source§impl Clone for QmiMessageVoiceGetAllCallInfoOutputCallInformationCall
impl Clone for QmiMessageVoiceGetAllCallInfoOutputCallInformationCall
Source§fn clone(&self) -> QmiMessageVoiceGetAllCallInfoOutputCallInformationCall
fn clone(&self) -> QmiMessageVoiceGetAllCallInfoOutputCallInformationCall
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 QmiMessageVoiceGetAllCallInfoOutputCallInformationCall
Auto 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