#[repr(transparent)]pub struct QmiDmsRadioInterface(pub c_uint);Expand description
Radio interface type.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiDmsRadioInterface
impl QmiDmsRadioInterface
Sourcepub const CDMA20001X: QmiDmsRadioInterface
pub const CDMA20001X: QmiDmsRadioInterface
CDMA2000 1x.
Sourcepub const EVDO: QmiDmsRadioInterface
pub const EVDO: QmiDmsRadioInterface
CDMA2000 HRPD (1xEV-DO)
Sourcepub const GSM: QmiDmsRadioInterface
pub const GSM: QmiDmsRadioInterface
GSM.
Sourcepub const UMTS: QmiDmsRadioInterface
pub const UMTS: QmiDmsRadioInterface
UMTS.
Sourcepub const LTE: QmiDmsRadioInterface
pub const LTE: QmiDmsRadioInterface
LTE.
Sourcepub const TDS: QmiDmsRadioInterface
pub const TDS: QmiDmsRadioInterface
TDS. Since 1.32.
pub const _5GNR: QmiDmsRadioInterface
Trait Implementations§
Source§impl Clone for QmiDmsRadioInterface
impl Clone for QmiDmsRadioInterface
Source§fn clone(&self) -> QmiDmsRadioInterface
fn clone(&self) -> QmiDmsRadioInterface
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 QmiDmsRadioInterface
Source§impl Debug for QmiDmsRadioInterface
impl Debug for QmiDmsRadioInterface
impl Eq for QmiDmsRadioInterface
Source§impl Hash for QmiDmsRadioInterface
impl Hash for QmiDmsRadioInterface
Source§impl PartialEq for QmiDmsRadioInterface
impl PartialEq for QmiDmsRadioInterface
impl StructuralPartialEq for QmiDmsRadioInterface
Auto Trait Implementations§
impl Freeze for QmiDmsRadioInterface
impl RefUnwindSafe for QmiDmsRadioInterface
impl Send for QmiDmsRadioInterface
impl Sync for QmiDmsRadioInterface
impl Unpin for QmiDmsRadioInterface
impl UnsafeUnpin for QmiDmsRadioInterface
impl UnwindSafe for QmiDmsRadioInterface
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