#[repr(transparent)]pub struct QmiVoiceCallControlResultType(pub c_uint);Expand description
Call control result type.
Since: 1.26
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiVoiceCallControlResultType
impl QmiVoiceCallControlResultType
Sourcepub const VOICE: QmiVoiceCallControlResultType
pub const VOICE: QmiVoiceCallControlResultType
Voice.
Sourcepub const SUPS: QmiVoiceCallControlResultType
pub const SUPS: QmiVoiceCallControlResultType
Supplementary service.
Sourcepub const USSD: QmiVoiceCallControlResultType
pub const USSD: QmiVoiceCallControlResultType
Unstructured supplementary service.
Trait Implementations§
Source§impl Clone for QmiVoiceCallControlResultType
impl Clone for QmiVoiceCallControlResultType
Source§fn clone(&self) -> QmiVoiceCallControlResultType
fn clone(&self) -> QmiVoiceCallControlResultType
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 QmiVoiceCallControlResultType
impl Eq for QmiVoiceCallControlResultType
Source§impl Hash for QmiVoiceCallControlResultType
impl Hash for QmiVoiceCallControlResultType
impl StructuralPartialEq for QmiVoiceCallControlResultType
Auto Trait Implementations§
impl Freeze for QmiVoiceCallControlResultType
impl RefUnwindSafe for QmiVoiceCallControlResultType
impl Send for QmiVoiceCallControlResultType
impl Sync for QmiVoiceCallControlResultType
impl Unpin for QmiVoiceCallControlResultType
impl UnsafeUnpin for QmiVoiceCallControlResultType
impl UnwindSafe for QmiVoiceCallControlResultType
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