#[repr(transparent)]pub struct QmiVoiceSupplementaryServiceNotificationType(pub c_uint);Expand description
Supplementary service notification type.
Since: 1.30
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiVoiceSupplementaryServiceNotificationType
impl QmiVoiceSupplementaryServiceNotificationType
Sourcepub const OUTGOING_CALL_IS_FORWARDED: QmiVoiceSupplementaryServiceNotificationType
pub const OUTGOING_CALL_IS_FORWARDED: QmiVoiceSupplementaryServiceNotificationType
Outgoing call is forward.
Sourcepub const OUTGOING_CALL_IS_WAITING: QmiVoiceSupplementaryServiceNotificationType
pub const OUTGOING_CALL_IS_WAITING: QmiVoiceSupplementaryServiceNotificationType
Outgoing call is waiting.
Sourcepub const OUTGOING_CUG_CALL: QmiVoiceSupplementaryServiceNotificationType
pub const OUTGOING_CUG_CALL: QmiVoiceSupplementaryServiceNotificationType
Outgoing CUG call.
Sourcepub const OUTGOING_CALLS_BARRED: QmiVoiceSupplementaryServiceNotificationType
pub const OUTGOING_CALLS_BARRED: QmiVoiceSupplementaryServiceNotificationType
All outgoing calls are barred.
Sourcepub const OUTGOING_CALL_IS_DEFLECTED: QmiVoiceSupplementaryServiceNotificationType
pub const OUTGOING_CALL_IS_DEFLECTED: QmiVoiceSupplementaryServiceNotificationType
Outgoing call is deflected.
Sourcepub const INCOMING_CUG_CALL: QmiVoiceSupplementaryServiceNotificationType
pub const INCOMING_CUG_CALL: QmiVoiceSupplementaryServiceNotificationType
Incoming CUG call.
Sourcepub const INCOMING_CALLS_BARRED: QmiVoiceSupplementaryServiceNotificationType
pub const INCOMING_CALLS_BARRED: QmiVoiceSupplementaryServiceNotificationType
All incoming calls are barred.
Sourcepub const INCOMING_FORWARDED_CALL: QmiVoiceSupplementaryServiceNotificationType
pub const INCOMING_FORWARDED_CALL: QmiVoiceSupplementaryServiceNotificationType
Incoming forwarded call.
Sourcepub const INCOMING_DEFLECTED_CALL: QmiVoiceSupplementaryServiceNotificationType
pub const INCOMING_DEFLECTED_CALL: QmiVoiceSupplementaryServiceNotificationType
Incoming deflected call.
Sourcepub const INCOMING_CALL_IS_FORWARDED: QmiVoiceSupplementaryServiceNotificationType
pub const INCOMING_CALL_IS_FORWARDED: QmiVoiceSupplementaryServiceNotificationType
Incoming call is forwarded.
pub const QMI_VOICE_SUPPLEMENTARY_SERVICE_NOTIFICATION_TYPE_UNCONDITIONAL_CALL_FORWARD_ACTIVE: QmiVoiceSupplementaryServiceNotificationType
Sourcepub const CONDITIONAL_CALL_FORWARD_ACTIVE: QmiVoiceSupplementaryServiceNotificationType
pub const CONDITIONAL_CALL_FORWARD_ACTIVE: QmiVoiceSupplementaryServiceNotificationType
Conditional call forward is active.
Sourcepub const CLIR_SUPPRESSION_REJECTED: QmiVoiceSupplementaryServiceNotificationType
pub const CLIR_SUPPRESSION_REJECTED: QmiVoiceSupplementaryServiceNotificationType
CLIR suppression is rejected.
Sourcepub const CALL_IS_ON_HOLD: QmiVoiceSupplementaryServiceNotificationType
pub const CALL_IS_ON_HOLD: QmiVoiceSupplementaryServiceNotificationType
Call is on hold.
Sourcepub const CALL_IS_RETRIEVED: QmiVoiceSupplementaryServiceNotificationType
pub const CALL_IS_RETRIEVED: QmiVoiceSupplementaryServiceNotificationType
Call is retrieved.
Sourcepub const CALL_IS_IN_MULTIPARTY: QmiVoiceSupplementaryServiceNotificationType
pub const CALL_IS_IN_MULTIPARTY: QmiVoiceSupplementaryServiceNotificationType
Call is in multiparty.
Sourcepub const INCOMING_CALL_IS_ECT: QmiVoiceSupplementaryServiceNotificationType
pub const INCOMING_CALL_IS_ECT: QmiVoiceSupplementaryServiceNotificationType
Incoming call is ECT.
Trait Implementations§
Source§impl Clone for QmiVoiceSupplementaryServiceNotificationType
impl Clone for QmiVoiceSupplementaryServiceNotificationType
Source§fn clone(&self) -> QmiVoiceSupplementaryServiceNotificationType
fn clone(&self) -> QmiVoiceSupplementaryServiceNotificationType
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 QmiVoiceSupplementaryServiceNotificationType
impl Eq for QmiVoiceSupplementaryServiceNotificationType
impl StructuralPartialEq for QmiVoiceSupplementaryServiceNotificationType
Auto Trait Implementations§
impl Freeze for QmiVoiceSupplementaryServiceNotificationType
impl RefUnwindSafe for QmiVoiceSupplementaryServiceNotificationType
impl Send for QmiVoiceSupplementaryServiceNotificationType
impl Sync for QmiVoiceSupplementaryServiceNotificationType
impl Unpin for QmiVoiceSupplementaryServiceNotificationType
impl UnsafeUnpin for QmiVoiceSupplementaryServiceNotificationType
impl UnwindSafe for QmiVoiceSupplementaryServiceNotificationType
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