#[repr(transparent)]pub struct QmiPdsNetworkMode(pub c_uint);Expand description
Network mode used during the A-GPS setup.
Since: 1.12
Tuple Fields§
§0: c_uintImplementations§
Source§impl QmiPdsNetworkMode
impl QmiPdsNetworkMode
Sourcepub const UMTS: QmiPdsNetworkMode
pub const UMTS: QmiPdsNetworkMode
UMTS.
Sourcepub const CDMA: QmiPdsNetworkMode
pub const CDMA: QmiPdsNetworkMode
CDMA.
Trait Implementations§
Source§impl Clone for QmiPdsNetworkMode
impl Clone for QmiPdsNetworkMode
Source§fn clone(&self) -> QmiPdsNetworkMode
fn clone(&self) -> QmiPdsNetworkMode
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 QmiPdsNetworkMode
Source§impl Debug for QmiPdsNetworkMode
impl Debug for QmiPdsNetworkMode
impl Eq for QmiPdsNetworkMode
Source§impl Hash for QmiPdsNetworkMode
impl Hash for QmiPdsNetworkMode
Source§impl PartialEq for QmiPdsNetworkMode
impl PartialEq for QmiPdsNetworkMode
impl StructuralPartialEq for QmiPdsNetworkMode
Auto Trait Implementations§
impl Freeze for QmiPdsNetworkMode
impl RefUnwindSafe for QmiPdsNetworkMode
impl Send for QmiPdsNetworkMode
impl Sync for QmiPdsNetworkMode
impl Unpin for QmiPdsNetworkMode
impl UnsafeUnpin for QmiPdsNetworkMode
impl UnwindSafe for QmiPdsNetworkMode
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