Struct BearerTech
#[repr(transparent)]pub struct BearerTech(pub c_int);Tuple Fields§
§0: c_intImplementations§
§impl BearerTech
impl BearerTech
pub const UNKNOWN: Self
pub const UNKNOWN: Self
Unknown technology.
pub const CDMA_1X: Self
pub const CDMA_1X: Self
1X technology.
pub const EVDO_REV0: Self
pub const EVDO_REV0: Self
CDMA Rev 0.
pub const EVDO_REVA: Self
pub const EVDO_REVA: Self
CDMA Rev A.
pub const EVDO_REVB: Self
pub const EVDO_REVB: Self
CDMA Rev B.
pub const EHRPD: Self
pub const EHRPD: Self
EHRPD.
pub const FMC: Self
pub const FMC: Self
Fixed mobile convergence.
pub const HRPD: Self
pub const HRPD: Self
HRPD.
pub const _3GPP2_WLAN: Self
pub const _3GPP2_WLAN: Self
IWLAN.
pub const WCDMA: Self
pub const WCDMA: Self
WCDMA.
pub const GPRS: Self
pub const GPRS: Self
GPRS.
pub const HSDPA: Self
pub const HSDPA: Self
HSDPA.
pub const HSUPA: Self
pub const HSUPA: Self
HSUPA.
pub const EDGE: Self
pub const EDGE: Self
EDGE.
pub const LTE: Self
pub const LTE: Self
LTE.
pub const HSDPA_PLUS: Self
pub const HSDPA_PLUS: Self
HSDPA+.
pub const DC_HSDPA_PLUS: Self
pub const DC_HSDPA_PLUS: Self
DC HSDPA+.
pub const HSPA: Self
pub const HSPA: Self
HSPA.
pub const _64_QAM: Self
pub const _64_QAM: Self
64 QAM.
pub const TDSCDMA: Self
pub const TDSCDMA: Self
TD-SCDMA.
pub const GSM: Self
pub const GSM: Self
GSM.
pub const _3GPP_WLAN: Self
pub const _3GPP_WLAN: Self
IWLAN.
Trait Implementations§
§impl Clone for BearerTech
impl Clone for BearerTech
§fn clone(&self) -> BearerTech
fn clone(&self) -> BearerTech
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 more§impl Debug for BearerTech
impl Debug for BearerTech
§impl PartialEq for BearerTech
impl PartialEq for BearerTech
§impl Serialize for BearerTech
impl Serialize for BearerTech
impl Copy for BearerTech
impl Eq for BearerTech
impl StructuralPartialEq for BearerTech
Auto Trait Implementations§
impl Freeze for BearerTech
impl RefUnwindSafe for BearerTech
impl Send for BearerTech
impl Sync for BearerTech
impl Unpin for BearerTech
impl UnwindSafe for BearerTech
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