#[repr(transparent)]pub struct QmiVoiceCallType(pub c_uint);Expand description
Type of a voice call.
Since: 1.14
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiVoiceCallType
impl QmiVoiceCallType
Sourcepub const VOICE: QmiVoiceCallType
pub const VOICE: QmiVoiceCallType
Voice call.
Sourcepub const VOICE_IP: QmiVoiceCallType
pub const VOICE_IP: QmiVoiceCallType
VoIP call.
Sourcepub const OTAPA: QmiVoiceCallType
pub const OTAPA: QmiVoiceCallType
OTAPA.
Sourcepub const NON_STD_OTASP: QmiVoiceCallType
pub const NON_STD_OTASP: QmiVoiceCallType
Non-standard OTASP.
Sourcepub const EMERGENCY: QmiVoiceCallType
pub const EMERGENCY: QmiVoiceCallType
Emergency call.
Sourcepub const SUPS: QmiVoiceCallType
pub const SUPS: QmiVoiceCallType
Supplementary service.
Trait Implementations§
Source§impl Clone for QmiVoiceCallType
impl Clone for QmiVoiceCallType
Source§fn clone(&self) -> QmiVoiceCallType
fn clone(&self) -> QmiVoiceCallType
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 QmiVoiceCallType
Source§impl Debug for QmiVoiceCallType
impl Debug for QmiVoiceCallType
impl Eq for QmiVoiceCallType
Source§impl Hash for QmiVoiceCallType
impl Hash for QmiVoiceCallType
Source§impl PartialEq for QmiVoiceCallType
impl PartialEq for QmiVoiceCallType
impl StructuralPartialEq for QmiVoiceCallType
Auto Trait Implementations§
impl Freeze for QmiVoiceCallType
impl RefUnwindSafe for QmiVoiceCallType
impl Send for QmiVoiceCallType
impl Sync for QmiVoiceCallType
impl Unpin for QmiVoiceCallType
impl UnsafeUnpin for QmiVoiceCallType
impl UnwindSafe for QmiVoiceCallType
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