#[repr(transparent)]pub struct QmiNasNetworkScanType(pub c_uint);Expand description
Flags to use when specifying which networks to scan.
Since: 1.0
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiNasNetworkScanType
impl QmiNasNetworkScanType
Sourcepub const GSM: QmiNasNetworkScanType
pub const GSM: QmiNasNetworkScanType
GSM network.
Sourcepub const UMTS: QmiNasNetworkScanType
pub const UMTS: QmiNasNetworkScanType
UMTS network.
Sourcepub const LTE: QmiNasNetworkScanType
pub const LTE: QmiNasNetworkScanType
LTE network.
Sourcepub const TD_SCDMA: QmiNasNetworkScanType
pub const TD_SCDMA: QmiNasNetworkScanType
TD-SCDMA network.
Trait Implementations§
Source§impl Clone for QmiNasNetworkScanType
impl Clone for QmiNasNetworkScanType
Source§fn clone(&self) -> QmiNasNetworkScanType
fn clone(&self) -> QmiNasNetworkScanType
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 QmiNasNetworkScanType
Source§impl Debug for QmiNasNetworkScanType
impl Debug for QmiNasNetworkScanType
impl Eq for QmiNasNetworkScanType
Source§impl Hash for QmiNasNetworkScanType
impl Hash for QmiNasNetworkScanType
Source§impl PartialEq for QmiNasNetworkScanType
impl PartialEq for QmiNasNetworkScanType
impl StructuralPartialEq for QmiNasNetworkScanType
Auto Trait Implementations§
impl Freeze for QmiNasNetworkScanType
impl RefUnwindSafe for QmiNasNetworkScanType
impl Send for QmiNasNetworkScanType
impl Sync for QmiNasNetworkScanType
impl Unpin for QmiNasNetworkScanType
impl UnsafeUnpin for QmiNasNetworkScanType
impl UnwindSafe for QmiNasNetworkScanType
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