#[repr(transparent)]pub struct QmiNasRadioInterface(pub c_int);Expand description
Radio interface technology.
Since: 1.0
Tuple Fields§
§0: c_intImplementations§
Source§impl QmiNasRadioInterface
impl QmiNasRadioInterface
Sourcepub const UNKNOWN: QmiNasRadioInterface
pub const UNKNOWN: QmiNasRadioInterface
Not known or not needed.
Sourcepub const NONE: QmiNasRadioInterface
pub const NONE: QmiNasRadioInterface
None, no service.
Sourcepub const CDMA_1X: QmiNasRadioInterface
pub const CDMA_1X: QmiNasRadioInterface
CDMA2000 1X.
Sourcepub const CDMA_1XEVDO: QmiNasRadioInterface
pub const CDMA_1XEVDO: QmiNasRadioInterface
CDMA2000 HRPD (1xEV-DO).
Sourcepub const AMPS: QmiNasRadioInterface
pub const AMPS: QmiNasRadioInterface
AMPS.
Sourcepub const GSM: QmiNasRadioInterface
pub const GSM: QmiNasRadioInterface
GSM.
Sourcepub const UMTS: QmiNasRadioInterface
pub const UMTS: QmiNasRadioInterface
UMTS.
Sourcepub const LTE: QmiNasRadioInterface
pub const LTE: QmiNasRadioInterface
LTE.
Sourcepub const TD_SCDMA: QmiNasRadioInterface
pub const TD_SCDMA: QmiNasRadioInterface
TD-SCDMA.
pub const _5GNR: QmiNasRadioInterface
Trait Implementations§
Source§impl Clone for QmiNasRadioInterface
impl Clone for QmiNasRadioInterface
Source§fn clone(&self) -> QmiNasRadioInterface
fn clone(&self) -> QmiNasRadioInterface
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 QmiNasRadioInterface
Source§impl Debug for QmiNasRadioInterface
impl Debug for QmiNasRadioInterface
impl Eq for QmiNasRadioInterface
Source§impl Hash for QmiNasRadioInterface
impl Hash for QmiNasRadioInterface
Source§impl PartialEq for QmiNasRadioInterface
impl PartialEq for QmiNasRadioInterface
impl StructuralPartialEq for QmiNasRadioInterface
Auto Trait Implementations§
impl Freeze for QmiNasRadioInterface
impl RefUnwindSafe for QmiNasRadioInterface
impl Send for QmiNasRadioInterface
impl Sync for QmiNasRadioInterface
impl Unpin for QmiNasRadioInterface
impl UnsafeUnpin for QmiNasRadioInterface
impl UnwindSafe for QmiNasRadioInterface
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