Struct RadioTechType
#[repr(transparent)]pub struct RadioTechType(pub i32);Expand description
E_QL_MCM_NW_RADIO_TECH_TYPE_T
Tuple Fields§
§0: i32Implementations§
Source§impl RadioTechType
impl RadioTechType
pub const TD_SCDMA: RadioTechType
Sourcepub const GSM: RadioTechType
pub const GSM: RadioTechType
GSM; only supports voice.
Sourcepub const HSPAP: RadioTechType
pub const HSPAP: RadioTechType
HSPA+.
Sourcepub const LTE: RadioTechType
pub const LTE: RadioTechType
LTE.
Sourcepub const EHRPD: RadioTechType
pub const EHRPD: RadioTechType
EHRPD.
Sourcepub const EVDO_B: RadioTechType
pub const EVDO_B: RadioTechType
EVDO B.
Sourcepub const HSPA: RadioTechType
pub const HSPA: RadioTechType
HSPA.
Sourcepub const HSUPA: RadioTechType
pub const HSUPA: RadioTechType
HSUPA.
Sourcepub const HSDPA: RadioTechType
pub const HSDPA: RadioTechType
HSDPA.
Sourcepub const EVDO_A: RadioTechType
pub const EVDO_A: RadioTechType
EVDO A.
Sourcepub const EVDO_0: RadioTechType
pub const EVDO_0: RadioTechType
EVDO 0.
Sourcepub const XRTT: RadioTechType
pub const XRTT: RadioTechType
1xRTT.
Sourcepub const IS95B: RadioTechType
pub const IS95B: RadioTechType
IS95B.
Sourcepub const IS95A: RadioTechType
pub const IS95A: RadioTechType
IS95A.
Sourcepub const UMTS: RadioTechType
pub const UMTS: RadioTechType
UMTS.
Sourcepub const EDGE: RadioTechType
pub const EDGE: RadioTechType
EDGE.
Sourcepub const GPRS: RadioTechType
pub const GPRS: RadioTechType
GPRS.
Sourcepub const NONE: RadioTechType
pub const NONE: RadioTechType
No technology selected.
Trait Implementations§
Source§impl Clone for RadioTechType
impl Clone for RadioTechType
Source§fn clone(&self) -> RadioTechType
fn clone(&self) -> RadioTechType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for RadioTechType
impl Debug for RadioTechType
Source§impl PartialEq for RadioTechType
impl PartialEq for RadioTechType
Source§impl Serialize for RadioTechType
impl Serialize for RadioTechType
Source§fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>(
&self,
__serializer: __S,
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
Serialize this value into the given Serde serializer. Read more
impl Copy for RadioTechType
impl Eq for RadioTechType
impl StructuralPartialEq for RadioTechType
Auto Trait Implementations§
impl Freeze for RadioTechType
impl RefUnwindSafe for RadioTechType
impl Send for RadioTechType
impl Sync for RadioTechType
impl Unpin for RadioTechType
impl UnwindSafe for RadioTechType
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