#[repr(transparent)]pub struct QmiVoiceCallControlSupplementaryServiceType(pub c_uint);Expand description
Call control supplementary service type.
Since: 1.26
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiVoiceCallControlSupplementaryServiceType
impl QmiVoiceCallControlSupplementaryServiceType
Sourcepub const ACTIVATE: QmiVoiceCallControlSupplementaryServiceType
pub const ACTIVATE: QmiVoiceCallControlSupplementaryServiceType
Activate.
Sourcepub const DEACTIVATE: QmiVoiceCallControlSupplementaryServiceType
pub const DEACTIVATE: QmiVoiceCallControlSupplementaryServiceType
Deactivate.
Sourcepub const REGISTER: QmiVoiceCallControlSupplementaryServiceType
pub const REGISTER: QmiVoiceCallControlSupplementaryServiceType
Register.
Sourcepub const ERASE: QmiVoiceCallControlSupplementaryServiceType
pub const ERASE: QmiVoiceCallControlSupplementaryServiceType
Erase.
Sourcepub const INTERROGATE: QmiVoiceCallControlSupplementaryServiceType
pub const INTERROGATE: QmiVoiceCallControlSupplementaryServiceType
Interrogate.
Sourcepub const REGISTER_PASSWORD: QmiVoiceCallControlSupplementaryServiceType
pub const REGISTER_PASSWORD: QmiVoiceCallControlSupplementaryServiceType
Register password.
Sourcepub const USSD: QmiVoiceCallControlSupplementaryServiceType
pub const USSD: QmiVoiceCallControlSupplementaryServiceType
USSD.
Trait Implementations§
Source§impl Clone for QmiVoiceCallControlSupplementaryServiceType
impl Clone for QmiVoiceCallControlSupplementaryServiceType
Source§fn clone(&self) -> QmiVoiceCallControlSupplementaryServiceType
fn clone(&self) -> QmiVoiceCallControlSupplementaryServiceType
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 QmiVoiceCallControlSupplementaryServiceType
impl Eq for QmiVoiceCallControlSupplementaryServiceType
impl StructuralPartialEq for QmiVoiceCallControlSupplementaryServiceType
Auto Trait Implementations§
impl Freeze for QmiVoiceCallControlSupplementaryServiceType
impl RefUnwindSafe for QmiVoiceCallControlSupplementaryServiceType
impl Send for QmiVoiceCallControlSupplementaryServiceType
impl Sync for QmiVoiceCallControlSupplementaryServiceType
impl Unpin for QmiVoiceCallControlSupplementaryServiceType
impl UnsafeUnpin for QmiVoiceCallControlSupplementaryServiceType
impl UnwindSafe for QmiVoiceCallControlSupplementaryServiceType
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