#[repr(C)]pub struct QmiIndicationVoiceAllCallStatusOutputCallInformationCall {
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 QmiIndicationVoiceAllCallStatusOutputCallInformationCall
impl Clone for QmiIndicationVoiceAllCallStatusOutputCallInformationCall
Source§fn clone(&self) -> QmiIndicationVoiceAllCallStatusOutputCallInformationCall
fn clone(&self) -> QmiIndicationVoiceAllCallStatusOutputCallInformationCall
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 QmiIndicationVoiceAllCallStatusOutputCallInformationCall
Auto 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