Struct RadioTech
#[repr(transparent)]pub struct RadioTech(pub c_int);Expand description
Radio technology type.
Tuple Fields§
§0: c_intImplementations§
§impl RadioTech
impl RadioTech
pub const TD_SCDMA: Self
pub const GSM: Self
pub const GSM: Self
GSM; only supports voice.
pub const HSPAP: Self
pub const HSPAP: Self
HSPA+.
pub const LTE: Self
pub const LTE: Self
LTE.
pub const EHRPD: Self
pub const EHRPD: Self
EHRPD.
pub const EVDO_B: Self
pub const EVDO_B: Self
EVDO B.
pub const HSPA: Self
pub const HSPA: Self
HSPA.
pub const HSUPA: Self
pub const HSUPA: Self
HSUPA.
pub const HSDPA: Self
pub const HSDPA: Self
HSDPA.
pub const EVDO_A: Self
pub const EVDO_A: Self
EVDO A.
pub const EVDO_0: Self
pub const EVDO_0: Self
EVDO 0.
pub const XRTT: Self
pub const XRTT: Self
1xRTT.
pub const IS95B: Self
pub const IS95B: Self
IS95B.
pub const IS95A: Self
pub const IS95A: Self
IS95A.
pub const UMTS: Self
pub const UMTS: Self
UMTS.
pub const EDGE: Self
pub const EDGE: Self
EDGE.
pub const GPRS: Self
pub const GPRS: Self
GPRS.
pub const NONE: Self
pub const NONE: Self
No technology selected.
Trait Implementations§
impl Copy for RadioTech
impl Eq for RadioTech
impl StructuralPartialEq for RadioTech
Auto Trait Implementations§
impl Freeze for RadioTech
impl RefUnwindSafe for RadioTech
impl Send for RadioTech
impl Sync for RadioTech
impl Unpin for RadioTech
impl UnwindSafe for RadioTech
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