Skip to main content

QmiService

Struct QmiService 

Source
#[repr(transparent)]
pub struct QmiService(pub c_int);
Expand description

QMI services.

Since: 1.0

Tuple Fields§

§0: c_int

Implementations§

Source§

impl QmiService

Source

pub const UNKNOWN: QmiService

Unknown service.

Source

pub const CTL: QmiService

Control service.

Source

pub const WDS: QmiService

Wireless Data Service.

Source

pub const DMS: QmiService

Device Management Service.

Source

pub const NAS: QmiService

Network Access Service.

Source

pub const QOS: QmiService

Quality Of Service service.

Source

pub const WMS: QmiService

Wireless Messaging Service.

Source

pub const PDS: QmiService

Position Determination Service.

Source

pub const AUTH: QmiService

Authentication service.

Source

pub const AT: QmiService

AT service.

Source

pub const VOICE: QmiService

Voice service.

Source

pub const CAT2: QmiService

Card Application Toolkit service (v2).

Source

pub const UIM: QmiService

User Identity Module service.

Source

pub const PBM: QmiService

Phonebook Management service.

Source

pub const QCHAT: QmiService

QCHAT service. Since 1.8.

Source

pub const RMTFS: QmiService

Remote file system service.

Source

pub const TEST: QmiService

Test service. Since 1.8.

Source

pub const LOC: QmiService

Location service (~ PDS v2).

Source

pub const SAR: QmiService

Specific absorption rate service.

Source

pub const IMS: QmiService

IMS settings service. Since 1.8.

Source

pub const ADC: QmiService

Analog to digital converter driver service. Since 1.8.

Source

pub const CSD: QmiService

Core sound driver service. Since 1.8.

Source

pub const MFS: QmiService

Modem embedded file system service. Since 1.8.

Source

pub const TIME: QmiService

Time service. Since 1.8.

Source

pub const TS: QmiService

Thermal sensors service. Since 1.8.

Source

pub const TMD: QmiService

Thermal mitigation device service. Since 1.8.

Source

pub const SAP: QmiService

Service access proxy service. Since 1.8.

Source

pub const WDA: QmiService

Wireless data administrative service. Since 1.8.

Source

pub const TSYNC: QmiService

TSYNC control service. Since 1.8.

Source

pub const RFSA: QmiService

Remote file system access service. Since 1.8.

Source

pub const CSVT: QmiService

Circuit switched videotelephony service. Since 1.8.

Source

pub const QCMAP: QmiService

Qualcomm mobile access point service. Since 1.8.

Source

pub const IMSP: QmiService

IMS presence service. Since 1.8.

Source

pub const IMSVT: QmiService

IMS videotelephony service. Since 1.8.

Source

pub const IMSA: QmiService

IMS application service. Since 1.8.

Source

pub const COEX: QmiService

Coexistence service. Since 1.8.

Source

pub const PDC: QmiService

Persistent device configuration service. Since 1.8.

Source

pub const STX: QmiService

Simultaneous transmit service. Since 1.8.

Source

pub const BIT: QmiService

Bearer independent transport service. Since 1.8.

Source

pub const IMSRTP: QmiService

IMS RTP service. Since 1.8.

Source

pub const RFRPE: QmiService

RF radiated performance enhancement service. Since 1.8.

Source

pub const DSD: QmiService

Data system determination service. Since 1.8.

Source

pub const SSCTL: QmiService

Subsystem control service. Since 1.8.

Source

pub const DPM: QmiService

Data Port Mapper service. Since 1.30.

Source

pub const CAT: QmiService

Card Application Toolkit service (v1).

Source

pub const RMS: QmiService

Remote Management Service.

Source

pub const OMA: QmiService

Open Mobile Alliance device management service.

Source

pub const FOX: QmiService

Foxconn General Modem Service. Since 1.32.

Source

pub const FOTA: QmiService

Firmware Over The Air service. Since 1.24.

Source

pub const GMS: QmiService

Telit General Modem Service. Since 1.24.

Source

pub const GAS: QmiService

Telit General Application Service. Since 1.24.

Source

pub const ATR: QmiService

Telit AT Relay Service. Since 1.34.

Source

pub const SSC: QmiService

Snapdragon Sensore Core Service. Since 1.34.

Trait Implementations§

Source§

impl Clone for QmiService

Source§

fn clone(&self) -> QmiService

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Copy for QmiService

Source§

impl Debug for QmiService

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Eq for QmiService

Source§

impl Hash for QmiService

Source§

fn hash<__H: Hasher>(&self, state: &mut __H)

Feeds this value into the given Hasher. Read more
1.3.0 · Source§

fn hash_slice<H>(data: &[Self], state: &mut H)
where H: Hasher, Self: Sized,

Feeds a slice of this type into the given Hasher. Read more
Source§

impl PartialEq for QmiService

Source§

fn eq(&self, other: &QmiService) -> bool

Equality operator ==. Read more
1.0.0 (const: unstable) · Source§

fn ne(&self, other: &Rhs) -> bool

Inequality operator !=. Read more
Source§

impl StructuralPartialEq for QmiService

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.